[geany/geany-osx] d20ca1: Workaround statusbar height problem on GTK 3

Jiří Techet git-noreply at xxxxx
Sun Dec 19 18:50:28 UTC 2021


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Sun, 19 Dec 2021 18:50:28 UTC
Commit:      d20ca12c635273e09aa9fbf8874912d9465de21b
             https://github.com/geany/geany-osx/commit/d20ca12c635273e09aa9fbf8874912d9465de21b

Log Message:
-----------
Workaround statusbar height problem on GTK 3


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
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -6743,6 +6743,7 @@ background-image:linear-gradient(shade(@headerbar_button_color,0.90),shade(@head
 } 
 statusbar
 {
+  margin: -3px;
   border-radius: 0 0 6px 6px;
 }
 #weather-page,


Modified: Prof-Gnome/gtk-3.0/main-light.css
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -6725,6 +6725,7 @@ filechooser placessidebar.sidebar
 } 
 statusbar
 {
+  margin: -3px;
   border-radius: 0 0 6px 6px;
 }
 #weather-page,



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