We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a48b70 + d4b7d4e commit 67e5fdaCopy full SHA for 67e5fda
qml/ui/widgets/FlightModeWidget.qml
@@ -36,6 +36,8 @@ BaseWidget {
36
37
BaseWidgetDefaultUiControlElements{
38
id: idBaseWidgetDefaultUiControlElements
39
+ show_vertical_lock: true
40
+ show_horizontal_lock: true
41
}
42
43
qml/ui/widgets/HeadingWidget.qml
@@ -36,6 +36,7 @@ BaseWidget {
show_vertical_lock: true
Item {
width: 230
qml/ui/widgets/RollWidget.qml
@@ -32,6 +32,8 @@ BaseWidget {
32
33
34
35
width: parent.width
height: 32
0 commit comments