Browse Source

JoystickConfigButtons: Fix layout for user text

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
QGC4.4
Patrick José Pereira 4 years ago committed by Don Gagne
parent
commit
46477860fa
  1. 2
      src/VehicleSetup/JoystickConfigButtons.qml

2
src/VehicleSetup/JoystickConfigButtons.qml

@ -20,7 +20,7 @@ import QGroundControl.Controllers 1.0 @@ -20,7 +20,7 @@ import QGroundControl.Controllers 1.0
import QGroundControl.FactSystem 1.0
import QGroundControl.FactControls 1.0
Item {
ColumnLayout {
width: availableWidth
height: (globals.activeVehicle.supportsJSButton ? buttonCol.height : flowColumn.height) + (ScreenTools.defaultFontPixelHeight * 2)
Connections {

Loading…
Cancel
Save