From 56c4fefd2a7c99ece9655805a75b4ec0bb01bda6 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann <Thomas.Hartmann@nokia.com> Date: Thu, 28 Jan 2010 17:45:11 +0100 Subject: [PATCH] QmlDesigner.propertyEditor: cleanup of PropertyFrame.qml increasing the size of the property editor a bit --- .../qtcreator/qmldesigner/propertyeditor/Qt/PropertyFrame.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/PropertyFrame.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/PropertyFrame.qml index 947f5b133e4..5356e4291ee 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/PropertyFrame.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/PropertyFrame.qml @@ -3,8 +3,6 @@ import Qt 4.6 WidgetFrame { id: PropertyFrame; - minimumWidth: 320; - //maximumWidth: 300; + minimumWidth: 340; styleSheetFile: "propertyEditor.css"; - //visible: isBaseState; } -- GitLab