OSDN Git Service

QmlDesigner.statesEditor: fix for colorAlpha
authorThomas Hartmann <Thomas.Hartmann@nokia.com>
Thu, 29 Apr 2010 12:24:34 +0000 (14:24 +0200)
committerThomas Hartmann <Thomas.Hartmann@nokia.com>
Thu, 29 Apr 2010 12:27:28 +0000 (14:27 +0200)
src/plugins/qmldesigner/components/stateseditor/stateslist.qml

index bb84a47..dc2b649 100644 (file)
@@ -10,6 +10,7 @@ Rectangle {
     signal startRenaming
 
     color: "#4f4f4f";
+    property color colorAlpha: "#994f4f4f";
 
     function adjustCurrentStateIndex() {
         if (currentStateIndex >= statesEditorModel.count)