Skip to content

Instantly share code, notes, and snippets.

@su-v
Last active February 11, 2017 18:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save su-v/64044ea6c2a7f68acd1bacb52df13922 to your computer and use it in GitHub Desktop.
Save su-v/64044ea6c2a7f68acd1bacb52df13922 to your computer and use it in GitHub Desktop.
--- Contents/Resources/share/themes/Adwaita/gtk-2.0/main.rc.orig 2017-02-07 13:40:44.000000000 +0100
+++ Contents/Resources/share/themes/Adwaita/gtk-2.0/main.rc 2017-02-11 19:33:53.000000000 +0100
@@ -2414,6 +2432,15 @@
}
+style "toolbar_button_unclipped" {
+
+ xthickness = 4
+ ythickness = 4
+
+ GtkButton::inner-border = {0, 0, 0, 0}
+
+}
+
style "toolbar_separator" {
GtkWidget::wide-separators = 1
@@ -2536,7 +2564,7 @@
# have an entry inside
# Toolbar buttons have different paddings
-widget_class "*<GtkToolbar>*<GtkButton>" style "toolbar_button"
+widget_class "*<GtkToolbar>*<GtkButton>" style "toolbar_button_unclipped"
# Notebooks are white, act accordingly
widget_class "*<GtkNotebook>*<GtkEntry>" style "notebook_entry"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment