From d1bbdf5f73c5c12bd7087b9f0afe82fad6cccb30 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann <Thomas.Hartmann@nokia.com> Date: Mon, 18 Jul 2011 13:16:51 +0200 Subject: [PATCH] QmlDesigner.propertyEditor: ui fix Change-Id: I0abb528c124355808502848d5db3ec01dc3d6636 Reviewed-on: http://codereview.qt.nokia.com/1748 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com> --- .../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 7e7fad921c9..e6755158c69 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())); -- GitLab