summaryrefslogtreecommitdiffstats
path: root/demos/declarative/flickr/mobile/Button.qml
diff options
context:
space:
mode:
Diffstat (limited to 'demos/declarative/flickr/mobile/Button.qml')
-rw-r--r--demos/declarative/flickr/mobile/Button.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/flickr/mobile/Button.qml b/demos/declarative/flickr/mobile/Button.qml
index a4a96d4..770330c 100644
--- a/demos/declarative/flickr/mobile/Button.qml
+++ b/demos/declarative/flickr/mobile/Button.qml
@@ -26,7 +26,7 @@ Item {
Text {
color: "white"
anchors.centerIn: buttonImage; font.bold: true
- text: container.text; style: "Raised"; styleColor: "black"
+ text: container.text; style: Text.Raised; styleColor: "black"
}
states: [
State {