Commit 6bed47a9 authored by DonLakeFlyer's avatar DonLakeFlyer

parent f90d1b98
......@@ -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 {
}
}
QGCLabel { text: "" }
QGCLabel { text: ""; visible: _customSimpleMode }
Repeater {
model: 6
......@@ -154,7 +154,7 @@ SetupPage {
}
}
QGCLabel { text: "" }
QGCLabel { text: ""; visible: _customSimpleMode }
Repeater {
model: 6
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment