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
377360b0
Commit
377360b0
authored
Dec 23, 2020
by
Jan Blackquill
🌈
Browse files
Increase menu padding to reflect changes in Breeze
parent
2333367f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/gtk3/widgets/_menus.scss
View file @
377360b0
...
...
@@ -80,7 +80,7 @@ menu,
text-shadow
:
none
;
min-height
:
18px
;
min-width
:
40px
;
padding
:
4
px
4
px
;
padding
:
8
px
10
px
;
@if
$new-highlight
{
border
:
1px
solid
transparent
;
...
...
@@ -191,7 +191,7 @@ menuitem {
modelbutton
.flat
,
.menuitem.button.flat
{
min-height
:
16px
;
padding
:
4
px
8px
;
padding
:
7
px
8px
;
@extend
%undecorated_button
;
color
:
gtk
(
"@theme_fg_color"
);
...
...
src/gtk4/widgets/_menus.scss
View file @
377360b0
...
...
@@ -84,7 +84,7 @@ menu,
text-shadow
:
none
;
min-height
:
18px
;
min-width
:
40px
;
padding
:
4
px
4
px
;
padding
:
8
px
10
px
;
@if
$new-highlight
{
border
:
1px
solid
transparent
;
...
...
@@ -195,7 +195,7 @@ menuitem {
modelbutton
.flat
,
.menuitem.button.flat
{
min-height
:
16px
;
padding
:
4
px
8px
;
padding
:
7
px
8px
;
border-radius
:
$r
*
2
;
...
...
Jan Blackquill
🌈
@cblack
mentioned in merge request
!8 (closed)
·
Dec 23, 2020
mentioned in merge request
!8 (closed)
mentioned in merge request !8
Toggle commit list
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