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
74274063
Commit
74274063
authored
Oct 01, 2009
by
dt
Browse files
Remove another margin
parent
79b10b2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/environmenteditmodel.cpp
View file @
74274063
...
...
@@ -443,7 +443,7 @@ EnvironmentWidget::EnvironmentWidget(QWidget *parent, QWidget *additionalDetails
this
,
SIGNAL
(
userChangesUpdated
()));
QVBoxLayout
*
vbox
=
new
QVBoxLayout
(
this
);
vbox
->
setContentsMargins
(
2
0
,
0
,
0
,
0
);
vbox
->
setContentsMargins
(
0
,
0
,
0
,
0
);
m_detailsContainer
=
new
Utils
::
DetailsWidget
(
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