Skip to content
GitLab
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
3ac38c9f
Commit
3ac38c9f
authored
Feb 09, 2010
by
Christiaan Janssen
Browse files
QmlDesigner.Navigator: Root node is not collapsable
parent
bcc7561d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/navigator/navigatorwidget.cpp
View file @
3ac38c9f
...
...
@@ -81,6 +81,7 @@ void NavigatorWidget::setTreeModel(QAbstractItemModel* model)
m_treeView
->
setModel
(
model
);
m_treeView
->
header
()
->
setResizeMode
(
0
,
QHeaderView
::
Stretch
);
m_treeView
->
header
()
->
resizeSection
(
1
,
20
);
m_treeView
->
setRootIsDecorated
(
false
);
#ifdef _LOCK_ITEMS_
m_treeView
->
header
()
->
resizeSection
(
2
,
20
);
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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