Browse Source

Better visual spacing

QGC4.4
DonLakeFlyer 6 years ago
parent
commit
6bed47a9b8
  1. 8
      src/AutoPilotPlugins/APM/APMFlightModesComponent.qml

8
src/AutoPilotPlugins/APM/APMFlightModesComponent.qml

@ -96,10 +96,10 @@ SetupPage { @@ -96,10 +96,10 @@ SetupPage {
}
GridLayout {
rows: 7
rows: _customSimpleMode ? 7 : 6
flow: GridLayout.TopToBottom
QGCLabel { text: "" }
QGCLabel { text: ""; visible: _customSimpleMode }
Repeater {
model: 6
@ -111,7 +111,7 @@ SetupPage { @@ -111,7 +111,7 @@ SetupPage {
}
}
QGCLabel { text: "" }
QGCLabel { text: ""; visible: _customSimpleMode }
Repeater {
model: 6
@ -154,7 +154,7 @@ SetupPage { @@ -154,7 +154,7 @@ SetupPage {
}
}
QGCLabel { text: "" }
QGCLabel { text: ""; visible: _customSimpleMode }
Repeater {
model: 6

Loading…
Cancel
Save