OSDN Git Service

QmlDesigner.propertyEditor: layout fix
authorThomas Hartmann <Thomas.Hartmann@nokia.com>
Wed, 27 Jul 2011 13:24:44 +0000 (15:24 +0200)
committerThomas Hartmann <Thomas.Hartmann@nokia.com>
Wed, 27 Jul 2011 13:26:09 +0000 (15:26 +0200)
Adding an expanding widget to the layout

Task-number: QTCREATORBUG-5567
Change-Id: I6b52804af2bc798559661620605e2f8922a79ff0
Reviewed-on: http://codereview.qt.nokia.com/2286
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
share/qtcreator/qmldesigner/propertyeditor/Qt/ColorGroupBox.qml

index bf07ef2..a023b56 100644 (file)
@@ -370,6 +370,9 @@ QExtGroupBox {
 
                     }
                 }
+                QWidget {
+
+                }
             }
         }
     }