[Xfce4-commits] [panel-plugins/xfce4-notes-plugin] 01/01: gtkrc: fix top tabs gap
noreply at xfce.org
noreply at xfce.org
Sat Apr 4 15:39:31 CEST 2015
This is an automated email from the git hooks/post-receive script.
mmassonnet pushed a commit to branch master
in repository panel-plugins/xfce4-notes-plugin.
commit 82044e7db06fc3dede93020642bc5c7b36b20f7c
Author: Mike Massonnet <mmassonnet at gmail.com>
Date: Sat Apr 4 15:39:28 2015 +0200
gtkrc: fix top tabs gap
---
data/gtk-2.0/notes.gtkrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/gtk-2.0/notes.gtkrc b/data/gtk-2.0/notes.gtkrc
index b3a29a2..1c0e918 100644
--- a/data/gtk-2.0/notes.gtkrc
+++ b/data/gtk-2.0/notes.gtkrc
@@ -61,7 +61,7 @@ fg[ACTIVE] = @notes_fg_color
function = EXTENSION
state = ACTIVE
file = "tabs/tab-top.png"
- border = { 3,3,5,3 }
+ border = { 3,3,5,5 }
stretch = TRUE
gap_side = BOTTOM
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list