diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2009-09-10 01:18:45 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2009-09-10 01:18:45 (GMT) |
commit | 7fa2ba45442adb7042ddac0e92f8ea5df4eb5619 (patch) | |
tree | adb88ac15473b739c545c4fd155022b726f22548 /demos/declarative/flickr/mobile/TitleBar.qml | |
parent | c5369f7168a9e9309514aee9c39e9bfc6813694d (diff) | |
download | Qt-7fa2ba45442adb7042ddac0e92f8ea5df4eb5619.zip Qt-7fa2ba45442adb7042ddac0e92f8ea5df4eb5619.tar.gz Qt-7fa2ba45442adb7042ddac0e92f8ea5df4eb5619.tar.bz2 |
Update demos to work with API changes
Affected are flickr and twitter.
Diffstat (limited to 'demos/declarative/flickr/mobile/TitleBar.qml')
-rw-r--r-- | demos/declarative/flickr/mobile/TitleBar.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/flickr/mobile/TitleBar.qml b/demos/declarative/flickr/mobile/TitleBar.qml index b95452a..13484a2 100644 --- a/demos/declarative/flickr/mobile/TitleBar.qml +++ b/demos/declarative/flickr/mobile/TitleBar.qml @@ -50,7 +50,7 @@ Item { verticalCenter: parent.verticalCenter } cursorVisible: true; font.bold: true - color: "#151515"; highlightColor: "Green" + color: "#151515"; selectionColor: "Green" } Keys.forwardTo: [ (ReturnKey), (Editor)] |