aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/stocqt/content/StockListView.qml
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@digia.com>2012-12-13 21:18:19 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-13 23:50:25 +0100
commit8ac4e62fe50b3f4d9abc8136a98babe4d306f686 (patch)
treed86e266531288f4dbbe1f58db1d73663d77fa9ea /examples/quick/demos/stocqt/content/StockListView.qml
parent93c7cf2cbc650d1590037d86f8eba6d0be029159 (diff)
Improved cosmetics for StockQt
This will not get us any design awards but it looks a bit more professional than the original. Change-Id: Ib01a20ebad5888af44c174cbd493ce8d99dcf7b6 Reviewed-by: Alan Alpert (Personal) <416365416c@gmail.com>
Diffstat (limited to 'examples/quick/demos/stocqt/content/StockListView.qml')
-rw-r--r--examples/quick/demos/stocqt/content/StockListView.qml7
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/quick/demos/stocqt/content/StockListView.qml b/examples/quick/demos/stocqt/content/StockListView.qml
index f4ac6cb1a2..2a2df10d56 100644
--- a/examples/quick/demos/stocqt/content/StockListView.qml
+++ b/examples/quick/demos/stocqt/content/StockListView.qml
@@ -82,10 +82,9 @@ Rectangle {
}
}
- highlight: Image {
- height:30
- width:parent.width
- source:"images/stock-selected.png"
+ highlight: Rectangle {
+ width: parent.width
+ color: "#662"
}
}
}