Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
205f1c76
Commit
205f1c76
authored
Mar 31, 2010
by
Thomas Hartmann
Browse files
QmlDesigner. propertyEditor - fix qDebug()
parent
94270c43
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp
View file @
205f1c76
...
...
@@ -519,10 +519,8 @@ void PropertyEditor::collapse()
QSplitter
*
parentSplitter
=
qobject_cast
<
QSplitter
*>
(
sideBar
->
parentWidget
());
QList
<
int
>
s
=
parentSplitter
->
sizes
();
qDebug
()
<<
s
;
s
.
removeLast
();
s
.
append
(
25
);
qDebug
()
<<
s
;
parentSplitter
->
setSizes
(
s
);
parentSplitter
->
refresh
();
parentSplitter
->
update
();
...
...
Write
Preview
Supports
Markdown
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