summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2010-01-20 11:53:51 +0100
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2010-01-20 13:14:45 +0100
commit599d19579053736046c4a8eea8a2850bd8f8f315 (patch)
tree210a99a742e8275c24ad2e67a67df3823f9e2ed6
parent2845191cc2dd3ffdf85b04d9a4b214eecb630d53 (diff)
downloadqt-creator-599d19579053736046c4a8eea8a2850bd8f8f315.tar.gz
QmlDesigner.PropertyEditor: some stye sheet fixes for our GroupBox
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/specialCheckBox.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/specialCheckBox.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/specialCheckBox.css
index 73aa535f7f..cebde2bb5b 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/specialCheckBox.css
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/specialCheckBox.css
@@ -2,6 +2,12 @@ QCheckBox {
spacing: 2px;
border-width: 2px;
border-radius: 2px;
+ color: white;
+ }
+
+ QToolButton {
+ color: white;
+ font: bold;
}
QCheckBox::indicator {