diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorGroupBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorGroupBox.qml index 3f72bd17f5bb7d924f84304df32830597484c36f..d1536c1deac76c2e39089e72e5358e745008ccee 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 e875850762fbda8de7cd4af69fa4f8b0aedf9aaa..69f6f2d787074098d3eb65085687ba9b2d5c688c 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"