Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Mon, 14 Oct 2019 23:06:50 UTC Commit: 92648bdffd21c7a7892fbf5c5f08d95098c78702 https://github.com/geany/geany-osx/commit/92648bdffd21c7a7892fbf5c5f08d95098...
Log Message: ----------- Modify Mojave theme to use 24px as the minimum for button height in dark variant
Modified Paths: -------------- Mojave-light-solid/gtk-3.0/gtk-dark.css
Modified: Mojave-light-solid/gtk-3.0/gtk-dark.css 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -566,7 +566,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).