aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/stateseditor/stateslist.qml
diff options
context:
space:
mode:
authorChristiaan Janssen <christiaan.janssen@nokia.com>2010-02-03 11:49:43 +0100
committerChristiaan Janssen <christiaan.janssen@nokia.com>2010-02-03 11:49:43 +0100
commit3a463fc3c7388864bd45e601cae3c924e0970283 (patch)
tree1d00f2aec3f1a8aec36d94353273777fb7af9b46 /src/plugins/qmldesigner/components/stateseditor/stateslist.qml
parent62608b4bcd5a43f9b6aa1d6b5456f5cee0205a37 (diff)
QmlDesigner.StatesEditor: progress bar background color
Diffstat (limited to 'src/plugins/qmldesigner/components/stateseditor/stateslist.qml')
-rw-r--r--src/plugins/qmldesigner/components/stateseditor/stateslist.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/components/stateseditor/stateslist.qml b/src/plugins/qmldesigner/components/stateseditor/stateslist.qml
index f4b1111319..2d5e331256 100644
--- a/src/plugins/qmldesigner/components/stateseditor/stateslist.qml
+++ b/src/plugins/qmldesigner/components/stateseditor/stateslist.qml
@@ -433,7 +433,7 @@ Rectangle {
// border
Rectangle {
anchors.fill:parent;
- color:"#000000"
+ color:"transparent"
border.width:1;
border.color:"#8F8F8F";
}