|
|
@ -169,10 +169,10 @@ Item { |
|
|
|
} |
|
|
|
} |
|
|
|
ColumnLayout { |
|
|
|
ColumnLayout { |
|
|
|
id: buttons |
|
|
|
id: buttons |
|
|
|
|
|
|
|
spacing: 0 |
|
|
|
anchors.top: parent.top |
|
|
|
anchors.top: parent.top |
|
|
|
anchors.left: parent.left |
|
|
|
anchors.left: parent.left |
|
|
|
anchors.right: parent.right |
|
|
|
anchors.right: parent.right |
|
|
|
spacing: ScreenTools.defaultFontPixelHeight * 0.125 |
|
|
|
|
|
|
|
Rectangle { |
|
|
|
Rectangle { |
|
|
|
Layout.alignment: Qt.AlignVCenter |
|
|
|
Layout.alignment: Qt.AlignVCenter |
|
|
|
width: parent.width |
|
|
|
width: parent.width |
|
|
@ -181,6 +181,7 @@ Item { |
|
|
|
} |
|
|
|
} |
|
|
|
CustomToolBarButton { |
|
|
|
CustomToolBarButton { |
|
|
|
id: flyButton |
|
|
|
id: flyButton |
|
|
|
|
|
|
|
spacing: 1 |
|
|
|
text: qsTr("Fly") |
|
|
|
text: qsTr("Fly") |
|
|
|
icon.source: "/qmlimages/PaperPlane.svg" |
|
|
|
icon.source: "/qmlimages/PaperPlane.svg" |
|
|
|
Layout.fillWidth: true |
|
|
|
Layout.fillWidth: true |
|
|
@ -254,10 +255,9 @@ Item { |
|
|
|
ColumnLayout { |
|
|
|
ColumnLayout { |
|
|
|
id: lowerButtons |
|
|
|
id: lowerButtons |
|
|
|
anchors.bottom: parent.bottom |
|
|
|
anchors.bottom: parent.bottom |
|
|
|
anchors.bottomMargin: ScreenTools.defaultFontPixelHeight * 0.125 |
|
|
|
|
|
|
|
anchors.left: parent.left |
|
|
|
anchors.left: parent.left |
|
|
|
anchors.right: parent.right |
|
|
|
anchors.right: parent.right |
|
|
|
spacing: ScreenTools.defaultFontPixelHeight * 0.125 |
|
|
|
spacing: 0 |
|
|
|
Rectangle { |
|
|
|
Rectangle { |
|
|
|
Layout.alignment: Qt.AlignVCenter |
|
|
|
Layout.alignment: Qt.AlignVCenter |
|
|
|
width: parent.width |
|
|
|
width: parent.width |
|
|
|