Browse Source

Fix typo

QGC4.4
Gus Grubba 6 years ago
parent
commit
903af1d734
  1. 3
      src/QmlControls/QmlTest.qml

3
src/QmlControls/QmlTest.qml

@ -626,10 +626,11 @@ Rectangle {
radius: 3 radius: 3
color: palette.alertBackground color: palette.alertBackground
border.color: palette.alertBorder border.color: palette.alertBorder
border.width: 1
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
Label { Label {
text: "Alert Message" text: "Alert Message"
palette.text: palette.alertText color: palette.alertText
anchors.centerIn: parent anchors.centerIn: parent
} }
} }

Loading…
Cancel
Save