diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp
index 7e7fad921c9f0b6269e8b403af48637abdcf9605..e6755158c69e20b1178b0e2896971b5ba462ac7e 100644
--- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp
+++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp
@@ -295,7 +295,7 @@ PropertyEditor::PropertyEditor(QWidget *parent) :
 
     m_stackedWidget->setStyleSheet(
             QLatin1String(Utils::FileReader::fetchQrc(":/qmldesigner/stylesheet.css")));
-    m_stackedWidget->setMinimumWidth(300);
+    m_stackedWidget->setMinimumWidth(320);
     m_stackedWidget->move(0, 0);
     connect(m_stackedWidget, SIGNAL(resized()), this, SLOT(updateSize()));