[geany/geany-osx] f5a400: Reduce menu spacing
Jiří Techet
git-noreply at xxxxx
Sun Jan 9 21:07:09 UTC 2022
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Sun, 09 Jan 2022 21:07:09 UTC
Commit: f5a4004cae9be1be03092249a0aca305c9bee688
https://github.com/geany/geany-osx/commit/f5a4004cae9be1be03092249a0aca305c9bee688
Log Message:
-----------
Reduce menu spacing
Modified Paths:
--------------
Prof-Gnome/gtk-3.0/main-dark.css
Prof-Gnome/gtk-3.0/main-light.css
Modified: Prof-Gnome/gtk-3.0/main-dark.css
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -2789,7 +2789,7 @@ menubar > menuitem,
color: @headerbar_text_color;
min-height: 16px;
- padding: 3px 12px;
+ padding: 3px 8px;
}
menubar > menuitem:hover,
.menubar > menuitem:hover
Modified: Prof-Gnome/gtk-3.0/main-light.css
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -2785,7 +2785,7 @@ menubar > menuitem,
color: @headerbar_text_color;
min-height: 16px;
- padding: 3px 12px;
+ padding: 3px 8px;
}
menubar > menuitem:hover,
.menubar > menuitem:hover
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list