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

Qml Designer: fix layout of the layout property page

parent 19c62328
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ GroupBox { ...@@ -4,7 +4,7 @@ GroupBox {
finished: finishedNotify; finished: finishedNotify;
caption: "Layout"; caption: "Layout";
id: Layout; id: Layout;
maximumHeight: 340; minimumHeight: 280;
enabled: anchorBackend.hasParent; enabled: anchorBackend.hasParent;
layout: QVBoxLayout { layout: QVBoxLayout {
......
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