diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/PropertyFrame.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/PropertyFrame.qml
index 947f5b133e4326faf916df3faea3ce3a6f185aee..5356e4291ee3654ab15b8eab915587fce3890db3 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;
 }