aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/stateseditor/stateslist.qml
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2010-02-03 08:59:38 +0100
committerKai Koehne <kai.koehne@nokia.com>2010-02-03 09:13:53 +0100
commit8577347446bf508454220293ebc26872c79dc37f (patch)
treedc054bf70249ee58d52f152b7b723c3853b7bc8f /src/plugins/qmldesigner/components/stateseditor/stateslist.qml
parentfbee8695d7c477739455e9f67acf99f2b298b57d (diff)
Add libraryPaths array to Project element (.qmlproject format)
Will be passed to qmlviewer with the "-L" option. Storing this in the .qmlproject file format itself (and not in the .user file) is useful in case the libraries are relative/part of the checkout that is shared between users/computers.
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 1237a67227..f4b1111319 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:"Transparent";
+ color:"#000000"
border.width:1;
border.color:"#8F8F8F";
}