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

QmlDesigner.propertyEditor: fix for layout issues on Windows 7

Reviewed-by: Marco Bubke
parent 3d63099d
No related branches found
No related tags found
No related merge requests found
......@@ -284,6 +284,7 @@ PropertyEditor::PropertyEditor(QWidget *parent) :
QString styleSheet = QLatin1String(file.readAll());
m_stackedWidget->setStyleSheet(styleSheet);
m_stackedWidget->setMinimumWidth(300);
m_stackedWidget->move(0, 0);
connect(m_stackedWidget, SIGNAL(resized()), this, SLOT(updateSize()));
m_stackedWidget->insertWidget(0, new QWidget(m_stackedWidget));
......
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