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
Plasma
Breeze for GTK
Commits
cfcc6595
Commit
cfcc6595
authored
Mar 17, 2022
by
Artem Grinev
Committed by
Artem Grinev
Mar 23, 2022
Browse files
GTK3,4: Increase vertical margins for headerbar items
parent
8ea159b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/gtk3/widgets/_headerbar.scss
View file @
cfcc6595
...
...
@@ -160,7 +160,7 @@ headerbar {
spinbutton
,
separator
,
button
{
margin-top
:
3
px
;
margin-bottom
:
3
px
;
margin-top
:
8
px
;
margin-bottom
:
8
px
;
}
}
src/gtk4/widgets/_headerbar.scss
View file @
cfcc6595
...
...
@@ -156,7 +156,7 @@ headerbar {
spinbutton
,
separator
,
button
{
margin-top
:
3
px
;
margin-bottom
:
3
px
;
margin-top
:
8
px
;
margin-bottom
:
8
px
;
}
}
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