Browse Source

Merge pull request #5661 from bluerobotics/pr-text-overflow-frame-params

Fix sub frame parameter download text overflow
QGC4.4
Don Gagne 8 years ago committed by GitHub
parent
commit
08e31a4277
  1. 3
      src/AutoPilotPlugins/APM/APMSubFrameComponent.qml

3
src/AutoPilotPlugins/APM/APMSubFrameComponent.qml

@ -199,8 +199,7 @@ SetupPage { @@ -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 : {

Loading…
Cancel
Save