Commit 7745beb7 authored by dheideman's avatar dheideman Committed by Jacob Walser

Fix sub frame parameter download text overflow

parent 6e388c70
...@@ -199,8 +199,7 @@ SetupPage { ...@@ -199,8 +199,7 @@ SetupPage {
model: _flatParamList model: _flatParamList
delegate: QGCButton { delegate: QGCButton {
width: parent.width / 2.1 width: parent.width
height: (ScreenTools.defaultFontPixelHeight * 14) / 5
text: name text: name
onClicked : { onClicked : {
......
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