Commit 732cfc1a authored by Jacob Walser's avatar Jacob Walser

Fix undefined property

parent 223cdc40
...@@ -66,7 +66,7 @@ QGCView { ...@@ -66,7 +66,7 @@ QGCView {
} }
QGCLabel { QGCLabel {
anchors.margins: _defaultTextWidth * 2 anchors.margins: defaultTextWidth * 2
anchors.fill: parent anchors.fill: parent
verticalAlignment: Text.AlignVCenter verticalAlignment: Text.AlignVCenter
horizontalAlignment: Text.AlignHCenter horizontalAlignment: Text.AlignHCenter
......
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