Commit 903af1d7 authored by Gus Grubba's avatar Gus Grubba

Fix typo

parent 0261867c
...@@ -626,10 +626,11 @@ Rectangle { ...@@ -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
} }
} }
......
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