summaryrefslogtreecommitdiff
path: root/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorScheme.qml
diff options
context:
space:
mode:
authorChristiaan Janssen <christiaan.janssen@nokia.com>2010-02-26 11:47:03 +0100
committerChristiaan Janssen <christiaan.janssen@nokia.com>2010-02-26 13:59:41 +0100
commit487dfba9f20d42822800387567888055e3540081 (patch)
tree7af3bb96f8e3b429c49dbdc4b4eaa65472296b1a /share/qtcreator/qmldesigner/propertyeditor/Qt/ColorScheme.qml
parent0daf8e37e4dbcb52472a6253e76c325c4121d3ee (diff)
downloadqt-creator-487dfba9f20d42822800387567888055e3540081.tar.gz
QmlDesigner.PropertyEditor: Color coding for standard combo box properties
Diffstat (limited to 'share/qtcreator/qmldesigner/propertyeditor/Qt/ColorScheme.qml')
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/ColorScheme.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorScheme.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorScheme.qml
index 3cca32fe0d..5330a12cde 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorScheme.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorScheme.qml
@@ -7,4 +7,5 @@ Item {
property var defaultColor: "white";
property var changedBaseColor: "#9999ff";
property var changedStateColor: "#99ccff";
+ property var optionsColor: "white";
}