[geany/geany] e64cb9: Make the editor tab close buttons smaller on GTK3

Colomban Wendling git-noreply at xxxxx
Fri Mar 6 16:36:15 UTC 2015


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Fri, 06 Mar 2015 16:36:15 UTC
Commit:      e64cb973329fde122fc8fad8900d81f45a7b1d6e
             https://github.com/geany/geany/commit/e64cb973329fde122fc8fad8900d81f45a7b1d6e

Log Message:
-----------
Make the editor tab close buttons smaller on GTK3

Also remove extra padding around the button's image to reduce its size
and try and avoid it expanding the tab's height.

This at least fixes the editor tabs height on Adwaita theme, where they
were 1px taller than normal.


Modified Paths:
--------------
    data/geany.css

Modified: data/geany.css
3 lines changed, 3 insertions(+), 0 deletions(-)
===================================================================
@@ -9,6 +9,9 @@
 	-GtkButton-inner-border: 0;
 	padding: 0;
 }
+#geany-close-tab-button GtkImage {
+	padding: 0;
+}
 
 /* use monospaced font in search entries for easier reading of regexp (#1907117) */
 #GeanyDialogSearch GtkEntry {



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