Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
2c390c51
Commit
2c390c51
authored
Mar 17, 2011
by
Thomas Hartmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
QmlDesiner.statesEditorWidget: adding siye hint
Setting a minimum size. Task-number: QTCREATORBUG-4093
parent
56521056
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/plugins/qmldesigner/components/stateseditor/stateseditorwidget.cpp
...mldesigner/components/stateseditor/stateseditorwidget.cpp
+1
-0
No files found.
src/plugins/qmldesigner/components/stateseditor/stateseditorwidget.cpp
View file @
2c390c51
...
...
@@ -91,6 +91,7 @@ StatesEditorWidget::StatesEditorWidget(StatesEditorView *statesEditorView, State
m_declarativeView
->
setAcceptDrops
(
false
);
QVBoxLayout
*
layout
=
new
QVBoxLayout
(
this
);
setMinimumHeight
(
160
);
layout
->
setMargin
(
0
);
layout
->
setSpacing
(
0
);
layout
->
addWidget
(
m_declarativeView
.
data
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment