Index: sources/gui/qml/main.qml =================================================================== diff -u -r0e001d4680d0f449e2d1d1a42870841293c6fbd5 -r5b17a1d8d36a1fdae83391453aff79d41c1ee0c4 --- sources/gui/qml/main.qml (.../main.qml) (revision 0e001d4680d0f449e2d1d1a42870841293c6fbd5) +++ sources/gui/qml/main.qml (.../main.qml) (revision 5b17a1d8d36a1fdae83391453aff79d41c1ee0c4) @@ -222,14 +222,13 @@ color : Colors.textMain anchors { top : parent.top - right : parent.right - topMargin : 35 - rightMargin : 125 + left : parent.left + leftMargin : 10 } horizontalAlignment : Text.AlignRight verticalAlignment : Text.AlignBottom - height : 25 + height : 15 text : Qt.application.version font.pixelSize: 14 } @@ -239,8 +238,8 @@ anchors { top : parent.top right : parent.right - topMargin : 15 - rightMargin : 125 + topMargin : 5 + rightMargin : 5 } width : 25 height: 25