diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorGroupBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorGroupBox.qml
index 1cb4b09cc0631be5c7280dd5cf3721513855f626..c2dbbbb122ff11809fffc2152db5c0f1108a719e 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorGroupBox.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorGroupBox.qml
@@ -9,7 +9,6 @@ QExtGroupBox {
     property var backendColor
 
     property var oldMaximumHeight;
-    height: 180
 
     onFinishedChanged: {
         maximumHeight = height;
@@ -65,7 +64,6 @@ QExtGroupBox {
         topMargin: 36
 
         QWidget {
-            maximumHeight: 140;
             layout: HorizontalLayout {
 
                 ColorBox {
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml
index 70d1dd2174b916ad3163328eb2638ef32c6d7c78..5bc40eb54ffd1b5a85fb3052eee72c5d62aa5b5f 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml
@@ -10,19 +10,15 @@ QScrollArea {
     visible: false;
     content: properyEditorExtended;
     QFrame {
-        minimumHeight: 440;
         id: properyEditorExtended
         layout: QVBoxLayout {
             topMargin: 0;
             bottomMargin: 0;
             leftMargin: 0;
             rightMargin: 0;
-			spacing: 0;
+            spacing: 0;
             Modifiers {
             }
-//            Extended {
-//                id: extendedBox;
-//            }
 
             QScrollArea {
             }
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleColorGroupBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleColorGroupBox.qml
index 71fdcc4364e28a35a42c1f2000cb16cfd3fa0684..271a5ffafd1612174ce43cdbe95969968be0fd15 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleColorGroupBox.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleColorGroupBox.qml
@@ -4,7 +4,6 @@ import Bauhaus 1.0
 GroupBox {
     id: rectangleColorGroupBox
 
-    finished: finishedNotify;
     caption: "Colors"
 
     layout: VerticalLayout {
@@ -13,10 +12,6 @@ GroupBox {
             text: "    Color"			
         }
 
-//        ColorTypeButtons {
-//
-//        }
-
         ColorGroupBox {
 
             finished: finishedNotify
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleSpecifics.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleSpecifics.qml
index d58bb6c8d6fb22a98b1308167eb36e08e5d6e3b2..acd9bae4af0663fff476c3af7a8fc7b1cbabb0a7 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleSpecifics.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleSpecifics.qml
@@ -11,6 +11,7 @@ QWidget {
         spacing: 0
 
         RectangleColorGroupBox {
+            finished: finishedNotify;
         }
 
         GroupBox {