From e190679b9c5f4b2f36f9d768f08e4e0b04ca6072 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann <Thomas.Hartmann@nokia.com> Date: Thu, 11 Mar 2010 17:59:29 +0100 Subject: [PATCH] QmlDesigner.propertyEditor: tweaking of color group boxes --- .../qtcreator/qmldesigner/propertyeditor/Qt/ColorGroupBox.qml | 1 + .../propertyeditor/Qt/StandardTextColorGroupBox.qml | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorGroupBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorGroupBox.qml index 3f72bd17f5b..d1536c1deac 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorGroupBox.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorGroupBox.qml @@ -11,6 +11,7 @@ QExtGroupBox { property var startupCollapse: selectionChanged; property var firstTime: true; property var caption: "" + smooth: false onFinishedChanged: { oldMaximumHeight = maximumHeight; diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/StandardTextColorGroupBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/StandardTextColorGroupBox.qml index e875850762f..69f6f2d7870 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/StandardTextColorGroupBox.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/StandardTextColorGroupBox.qml @@ -6,8 +6,7 @@ GroupBox { property bool showStyleColor: false property bool showSelectionColor: false - property bool showSelectedTextColor: false - + property bool showSelectedTextColor: false caption: "Color" -- GitLab