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
OpenFlipper-Free
OpenFlipper
Commits
9e60f06f
Commit
9e60f06f
authored
May 31, 2016
by
Jan Möbius
Browse files
Add slightly more space to the toolbars
parent
188c24bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
widgets/coreWidget/SideElement.cc
View file @
9e60f06f
...
...
@@ -76,7 +76,7 @@ SideElement::SideElement (SideArea *_parent, QWidget *_w, QString _name, QIcon*
font
.
setBold
(
false
);
QHBoxLayout
*
hl
=
new
QHBoxLayout
;
hl
->
setContentsMargins
(
0
,
0
,
0
,
0
);
hl
->
setContentsMargins
(
2
,
2
,
2
,
2
);
SideElement
::
TopArea
*
tra
=
new
SideElement
::
TopArea
(
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