Index: sources/gui/qml/main.qml =================================================================== diff -u -r6f66ec07cf63341336ec82f0d26874087007e814 -r4a345704299d15418918ad34eae146c974bad820 --- sources/gui/qml/main.qml (.../main.qml) (revision 6f66ec07cf63341336ec82f0d26874087007e814) +++ sources/gui/qml/main.qml (.../main.qml) (revision 4a345704299d15418918ad34eae146c974bad820) @@ -331,8 +331,10 @@ color : Colors.textMain anchors { top : parent.top - left : parent.left - leftMargin : 615 + topMargin : 10 + + right : parent.right + rightMargin : 75 } horizontalAlignment : Text.Alignleft verticalAlignment : Text.AlignBottom @@ -346,8 +348,10 @@ color : Colors.textMain anchors { top : parent.top - left : parent.left - leftMargin : 800 + topMargin : 10 + + right : parent.right + rightMargin : 25 } horizontalAlignment : Text.Alignleft verticalAlignment : Text.AlignBottom @@ -371,7 +375,7 @@ top : parent.top right : parent.right topMargin : 5 - rightMargin : 250 + rightMargin : 300 } } @@ -381,7 +385,7 @@ top : parent.top right : parent.right topMargin : 5 - rightMargin : 200 + rightMargin : 250 } onDoubleClicked : { if ( _GuiView.dryDemoMode ) {