From 599d19579053736046c4a8eea8a2850bd8f8f315 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Wed, 20 Jan 2010 11:53:51 +0100 Subject: QmlDesigner.PropertyEditor: some stye sheet fixes for our GroupBox --- share/qtcreator/qmldesigner/propertyeditor/Qt/specialCheckBox.css | 6 ++++++ 1 file changed, 6 insertions(+) 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 { -- cgit v1.2.1