[Xfce4-commits] <terminal:master> Make tabs a fraction smaller.
Nick Schermer
noreply at xfce.org
Wed Dec 26 01:02:03 CET 2012
Updating branch refs/heads/master
to 80920c79cf60bd44c6262ac3e385a0c4d5cad2b0 (commit)
from f4c4bdc68eac615801473b1e2af581eb18149413 (commit)
commit 80920c79cf60bd44c6262ac3e385a0c4d5cad2b0
Author: Nick Schermer <nick at xfce.org>
Date: Wed Dec 26 01:01:09 2012 +0100
Make tabs a fraction smaller.
terminal/terminal-screen.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/terminal/terminal-screen.c b/terminal/terminal-screen.c
index 3e4b8cf..c96c983 100644
--- a/terminal/terminal-screen.c
+++ b/terminal/terminal-screen.c
@@ -2055,7 +2055,7 @@ terminal_screen_get_tab_label (TerminalScreen *screen)
/* create the box */
hbox = gtk_hbox_new (FALSE, 0);
- gtk_container_set_border_width (GTK_CONTAINER (hbox), 3);
+ gtk_container_set_border_width (GTK_CONTAINER (hbox), 2);
gtk_widget_show (hbox);
screen->tab_label = gtk_label_new (NULL);
More information about the Xfce4-commits
mailing list