From 6bed47a9b8c632b2ba5b313ed364f8c86aba9d7b Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Sat, 4 May 2019 11:43:53 -0700 Subject: [PATCH] Better visual spacing --- src/AutoPilotPlugins/APM/APMFlightModesComponent.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/AutoPilotPlugins/APM/APMFlightModesComponent.qml b/src/AutoPilotPlugins/APM/APMFlightModesComponent.qml index e02dbe776..cffdaaa67 100644 --- a/src/AutoPilotPlugins/APM/APMFlightModesComponent.qml +++ b/src/AutoPilotPlugins/APM/APMFlightModesComponent.qml @@ -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 -- 2.22.0