summaryrefslogtreecommitdiffstats
path: root/demos/declarative/samegame/samegame.qml
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-11-05 06:56:14 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-11-05 06:56:14 (GMT)
commit01d7ae66da344f9aaef039310ac241015ec4cad5 (patch)
tree1a139bf43529f8900264f6f6eff2bdf384353684 /demos/declarative/samegame/samegame.qml
parenta1f47211146629f702457150235da4475c1163ed (diff)
downloadQt-01d7ae66da344f9aaef039310ac241015ec4cad5.zip
Qt-01d7ae66da344f9aaef039310ac241015ec4cad5.tar.gz
Qt-01d7ae66da344f9aaef039310ac241015ec4cad5.tar.bz2
Use darker() and lighter() functions from global Qt object rather than from SystemPalette.
Diffstat (limited to 'demos/declarative/samegame/samegame.qml')
-rw-r--r--demos/declarative/samegame/samegame.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/samegame/samegame.qml b/demos/declarative/samegame/samegame.qml
index 4560b56..19b929f 100644
--- a/demos/declarative/samegame/samegame.qml
+++ b/demos/declarative/samegame/samegame.qml
@@ -5,7 +5,7 @@ Rectangle {
id: screen
width: 490; height: 720
- SystemPalette { id: activePalette; colorGroup: Qt.Active }
+ SystemPalette { id: activePalette }
Item {
width: parent.width; anchors.top: parent.top; anchors.bottom: toolBar.top