aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/stateseditor/stateslist.qml
diff options
context:
space:
mode:
authorChristiaan Janssen <christiaan.janssen@nokia.com>2010-03-10 17:16:15 +0100
committerChristiaan Janssen <christiaan.janssen@nokia.com>2010-03-10 17:16:15 +0100
commitf8a6bc7294014fc82f98f8218df1e19f75c2c290 (patch)
tree8b8169c84b3f0a6b7ce096e777f03601516808cf /src/plugins/qmldesigner/components/stateseditor/stateslist.qml
parent90c1c8f54d6c1cc6c05c8648f1f50b25663bd23e (diff)
QmlDesigner: Adjusted color of highlight in the case it is too bright
Diffstat (limited to 'src/plugins/qmldesigner/components/stateseditor/stateslist.qml')
-rw-r--r--src/plugins/qmldesigner/components/stateseditor/stateslist.qml5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/qmldesigner/components/stateseditor/stateslist.qml b/src/plugins/qmldesigner/components/stateseditor/stateslist.qml
index af892cb491..43d1172621 100644
--- a/src/plugins/qmldesigner/components/stateseditor/stateslist.qml
+++ b/src/plugins/qmldesigner/components/stateseditor/stateslist.qml
@@ -37,9 +37,6 @@ Rectangle {
if (currentStateIndex<0) currentStateIndex=0; else unFocus();
}
- // Colors
- SystemPalette { id:systemPalette; }
-
Flickable {
id: listView
@@ -117,7 +114,7 @@ Rectangle {
Rectangle {
id: highlight
anchors.fill: parent
- color:parent.isCurrentState?systemPalette.highlight:"#4F4F4F";
+ color:parent.isCurrentState?highlightColor:"#4F4F4F";
clip:true
Rectangle {
width:parent.width