Browse Source

Move label for better fit

QGC4.4
DonLakeFlyer 5 years ago
parent
commit
be2bb73d42
  1. 3
      src/PlanView/CameraSection.qml

3
src/PlanView/CameraSection.qml

@ -103,13 +103,12 @@ Column { @@ -103,13 +103,12 @@ Column {
rowSpacing: 0
columns: 3
Item { width: 1; height: 1 }
QGCLabel { text: qsTr("Gimbal") }
QGCLabel { text: qsTr("Pitch") }
QGCLabel { text: qsTr("Yaw") }
QGCCheckBox {
id: gimbalCheckBox
text: qsTr("Gimbal")
checked: _camera.specifyGimbal
onClicked: _camera.specifyGimbal = checked
Layout.fillWidth: true

Loading…
Cancel
Save