Skip to content
Snippets Groups Projects
Commit f7dafe11 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.propertyEditor: tweal minimum size

parent c3a4912d
No related branches found
No related tags found
No related merge requests found
...@@ -177,7 +177,7 @@ PropertyEditor::PropertyEditor(QWidget *parent) : ...@@ -177,7 +177,7 @@ PropertyEditor::PropertyEditor(QWidget *parent) :
file.open(QFile::ReadOnly); file.open(QFile::ReadOnly);
QString styleSheet = QLatin1String(file.readAll()); QString styleSheet = QLatin1String(file.readAll());
m_stackedWidget->setStyleSheet(styleSheet); m_stackedWidget->setStyleSheet(styleSheet);
m_stackedWidget->setMinimumWidth(320); m_stackedWidget->setMinimumWidth(360);
} }
PropertyEditor::~PropertyEditor() PropertyEditor::~PropertyEditor()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment