From 7745beb7d16683f69696ce36c3fd43afcf8da169 Mon Sep 17 00:00:00 2001 From: dheideman Date: Thu, 14 Sep 2017 10:33:33 -0700 Subject: [PATCH] Fix sub frame parameter download text overflow --- src/AutoPilotPlugins/APM/APMSubFrameComponent.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/AutoPilotPlugins/APM/APMSubFrameComponent.qml b/src/AutoPilotPlugins/APM/APMSubFrameComponent.qml index 014e0675e..807f8632c 100644 --- a/src/AutoPilotPlugins/APM/APMSubFrameComponent.qml +++ b/src/AutoPilotPlugins/APM/APMSubFrameComponent.qml @@ -199,8 +199,7 @@ SetupPage { model: _flatParamList delegate: QGCButton { - width: parent.width / 2.1 - height: (ScreenTools.defaultFontPixelHeight * 14) / 5 + width: parent.width text: name onClicked : { -- 2.22.0