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
c2cabe17
Commit
c2cabe17
authored
Feb 18, 2011
by
hjk
Browse files
debugger: save two pixels worth of vertical space in the log input pane
parent
f9b34808
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/logwindow.cpp
View file @
c2cabe17
...
...
@@ -360,6 +360,7 @@ LogWindow::LogWindow(QWidget *parent)
m_commandLabel
=
new
QLabel
(
tr
(
"Command:"
),
this
);
m_commandEdit
=
new
QLineEdit
(
this
);
m_commandEdit
->
setFrame
(
false
);
QHBoxLayout
*
commandBox
=
new
QHBoxLayout
;
commandBox
->
addWidget
(
m_commandLabel
);
commandBox
->
addWidget
(
m_commandEdit
);
...
...
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