From d2e401eb8fcfaf6926f9f6ba8f9af34f2cd6664f Mon Sep 17 00:00:00 2001 From: Alexandre Van de Sande Date: Thu, 5 Mar 2015 17:00:33 -0300 Subject: [PATCH] fixed position of buttons --- cmd/mist/assets/qml/main.qml | 66 +++++++++++++++++------------------- 1 file changed, 31 insertions(+), 35 deletions(-) diff --git a/cmd/mist/assets/qml/main.qml b/cmd/mist/assets/qml/main.qml index 8042e90a3e..b723de2c0d 100644 --- a/cmd/mist/assets/qml/main.qml +++ b/cmd/mist/assets/qml/main.qml @@ -787,41 +787,26 @@ ApplicationWindow { return comp } - ColumnLayout { - id: menuColumn - y: 10 - width: parent.width - anchors.left: parent.left - anchors.right: parent.right - spacing: 3 + /************************/ + /* Semafor Buttons */ + /************************/ - /************************/ - /* Semafor Buttons */ - /************************/ + Rectangle { + id: semaforButtons + color: "transparent" + height: 32 + + anchors { + top: parent.top + left: parent.left + right: parent.right + } - RowLayout { - id: semaforButtons - anchors { - top: parent.top - left: parent.left - right: parent.right - leftMargin: 8 - bottomMargin: 8 - topMargin: 0 - } - - height: 37 - spacing: 6 - - Rectangle { - color: "transparent" - anchors.fill: parent - } - - Rectangle { + Rectangle { color: 'transparent' width: 13 height: 20 + x: 3 Image { height: 13 @@ -841,6 +826,7 @@ ApplicationWindow { color: 'transparent' width: 13 height: 20 + x: 21 Image { height: 13 @@ -861,7 +847,8 @@ ApplicationWindow { color: 'transparent' width: 13 height: 20 - + x: 40 + Image { height: 13 width: 13 @@ -876,12 +863,21 @@ ApplicationWindow { } } } - - - - } + + } + + ColumnLayout { + id: menuColumn + y: 10 + width: parent.width + anchors.left: parent.left + anchors.right: parent.right + spacing: 3 + Rectangle { + height: 18.4 + } ColumnLayout { id: menuBegin