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
Tobias Hunger
qt-creator
Commits
9352f4b6
Commit
9352f4b6
authored
Mar 24, 2011
by
hjk
Browse files
cppeditor: show 40 items in dropdown, mimicing the file list size
parent
ffe710e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cppeditor/cppeditor.cpp
View file @
9352f4b6
...
...
@@ -479,7 +479,7 @@ void CPPEditorWidget::createToolBar(CPPEditor *editor)
outlineView
->
header
()
->
hide
();
outlineView
->
setItemsExpandable
(
false
);
m_outlineCombo
->
setView
(
outlineView
);
m_outlineCombo
->
setMaxVisibleItems
(
2
0
);
m_outlineCombo
->
setMaxVisibleItems
(
4
0
);
m_outlineModel
=
new
OverviewModel
(
this
);
m_proxyModel
=
new
OverviewProxyModel
(
m_outlineModel
,
this
);
...
...
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