Browse Source

JoystickConfigButtons.qml: fix layout

QGC4.4
Willian Galvani 4 years ago committed by Patrick José Pereira
parent
commit
fb44dfc011
  1. 5
      src/VehicleSetup/JoystickConfigButtons.qml

5
src/VehicleSetup/JoystickConfigButtons.qml

@ -114,6 +114,7 @@ ColumnLayout { @@ -114,6 +114,7 @@ ColumnLayout {
Column {
id: buttonCol
width: parent.width
anchors.top: flowColumn.bottom
visible: globals.activeVehicle.supportsJSButton
spacing: ScreenTools.defaultFontPixelHeight / 3
Row {
@ -124,11 +125,11 @@ ColumnLayout { @@ -124,11 +125,11 @@ ColumnLayout {
text: qsTr("#")
}
QGCLabel {
width: ScreenTools.defaultFontPixelWidth * 15
width: ScreenTools.defaultFontPixelWidth * 26
text: qsTr("Function: ")
}
QGCLabel {
width: ScreenTools.defaultFontPixelWidth * 15
width: ScreenTools.defaultFontPixelWidth * 26
text: qsTr("Shift Function: ")
}
}

Loading…
Cancel
Save