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
59739162
Commit
59739162
authored
Oct 01, 2009
by
hjk
Browse files
debugger: debugger view: make output pane wider than input pane
parent
f006183b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggeroutputwindow.cpp
View file @
59739162
...
...
@@ -310,6 +310,8 @@ DebuggerOutputWindow::DebuggerOutputWindow(QWidget *parent)
m_splitter
->
addWidget
(
m_inputText
);
m_splitter
->
addWidget
(
m_combinedText
);
m_splitter
->
setStretchFactor
(
0
,
1
);
m_splitter
->
setStretchFactor
(
1
,
3
);
QVBoxLayout
*
layout
=
new
QVBoxLayout
(
this
);
layout
->
setMargin
(
0
);
...
...
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