From f7dafe11f6f7210b1a61dfed9f078fea17dbad6e Mon Sep 17 00:00:00 2001 From: Thomas Hartmann <Thomas.Hartmann@nokia.com> Date: Wed, 27 Jan 2010 18:34:02 +0100 Subject: [PATCH] QmlDesigner.propertyEditor: tweal minimum size --- .../qmldesigner/components/propertyeditor/propertyeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp index 9d8c6e6e23d..6e2b53dfdc3 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp +++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp @@ -177,7 +177,7 @@ PropertyEditor::PropertyEditor(QWidget *parent) : file.open(QFile::ReadOnly); QString styleSheet = QLatin1String(file.readAll()); m_stackedWidget->setStyleSheet(styleSheet); - m_stackedWidget->setMinimumWidth(320); + m_stackedWidget->setMinimumWidth(360); } PropertyEditor::~PropertyEditor() -- GitLab