diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-05-08 03:10:17 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-05-08 03:10:17 (GMT) |
commit | 0aa5eae761bfde781100602577f33cf667a0640d (patch) | |
tree | 972258e5819586c2913548ca81b82d8432fb500c /demos | |
parent | beab75abef7dfb221418ca3b3e04e918f175d32f (diff) | |
download | Qt-0aa5eae761bfde781100602577f33cf667a0640d.zip Qt-0aa5eae761bfde781100602577f33cf667a0640d.tar.gz Qt-0aa5eae761bfde781100602577f33cf667a0640d.tar.bz2 |
highlight in tune with background image
Diffstat (limited to 'demos')
-rw-r--r-- | demos/declarative/flickr/content/MediaLineEdit.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/declarative/flickr/content/MediaLineEdit.qml b/demos/declarative/flickr/content/MediaLineEdit.qml index 37caf24..691bb5b 100644 --- a/demos/declarative/flickr/content/MediaLineEdit.qml +++ b/demos/declarative/flickr/content/MediaLineEdit.qml @@ -89,6 +89,7 @@ Item { id: Editor font.bold: true color: "white" + highlightColor: "green" width: 0 clip: true anchors.left: Label.right |