Skip to content

Commit e86ef11

Browse files
megaxkhurshid-alam
authored andcommitted
[Gtk-3.20] Reduce menubar height to match gtk2 theme. Fixes #453
1 parent c961b4d commit e86ef11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gtk-3.20/scss/widgets/_menu.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
> menuitem {
2020
min-height: 16px;
21-
padding: $spacing ($spacing * 2);
21+
padding: ($spacing - 1px) ($spacing - 1px) * 2;
2222
border: 1px solid transparent;
2323
background-color: transparent;
2424
background-image: none;
@@ -67,7 +67,7 @@
6767
menuitem {
6868
min-height: 16px;
6969
min-width: 40px;
70-
padding: $spacing;
70+
padding: $spacing - 1px;
7171
border-radius: 0;
7272

7373
&:active, &:hover {

0 commit comments

Comments
 (0)