[geany/geany-osx] 82bbe7: Modify Mojave theme to use 24px as the minimum for button height

Jiří Techet git-noreply at xxxxx
Sun Oct 13 16:54:48 UTC 2019


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Sun, 13 Oct 2019 16:54:48 UTC
Commit:      82bbe7d5844fa9bd339a53e3429946af47dda06a
             https://github.com/geany/geany-osx/commit/82bbe7d5844fa9bd339a53e3429946af47dda06a

Log Message:
-----------
Modify Mojave theme to use 24px as the minimum for button height

Otherwise the text inside the button isn't centered.


Modified Paths:
--------------
    Mojave-light-solid/gtk-3.0/gtk.css

Modified: Mojave-light-solid/gtk-3.0/gtk.css
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -570,7 +570,7 @@ button.image-button {
 }
 
 button.text-button {
-  min-height: 20px;
+  min-height: 24px;
   padding-left: 12px;
   padding-right: 12px;
 }



--------------
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