diff options
author | Thomas Hartmann <Thomas.Hartmann@nokia.com> | 2010-02-26 14:49:52 +0100 |
---|---|---|
committer | Thomas Hartmann <Thomas.Hartmann@nokia.com> | 2010-02-26 14:52:39 +0100 |
commit | f4950248c845bb0193c8c1f5cfc04c8523dd8d04 (patch) | |
tree | 317039982f432a831ed8d2cf85efa74ea6f9f5da /share | |
parent | 640f794e9e9e67de4ecb032182709c5e689593ad (diff) | |
download | qt-creator-f4950248c845bb0193c8c1f5cfc04c8523dd8d04.tar.gz |
QmlDesigner.propertyEditor: cleanup
Diffstat (limited to 'share')
-rw-r--r-- | share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml index 89e88e2ac8..aa74c642c4 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml @@ -17,15 +17,10 @@ PropertyFrame { Switches { } - - ExtendedSwitches { - id: extendedSwitches; - } + HorizontalWhiteLine { } - - ScrollArea { styleSheetFile: ":/qmldesigner/scrollbar.css"; @@ -55,16 +50,9 @@ PropertyFrame { } - /*Modifiers { - - }*/ - - - WidgetLoader { - id: specificsOne; - source: specificsUrl; - } + Modifiers { + } QScrollArea { } |