Skip to content
Snippets Groups Projects
Commit e190679b authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.propertyEditor: tweaking of color group boxes

parent 86ced32e
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ QExtGroupBox {
property var startupCollapse: selectionChanged;
property var firstTime: true;
property var caption: ""
smooth: false
onFinishedChanged: {
oldMaximumHeight = maximumHeight;
......
......@@ -6,8 +6,7 @@ GroupBox {
property bool showStyleColor: false
property bool showSelectionColor: false
property bool showSelectedTextColor: false
property bool showSelectedTextColor: false
caption: "Color"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment