[Xfce4-commits] [apps/xfce4-terminal] 01/01: Remove large space to the left of tab text when the text is too short
noreply at xfce.org
noreply at xfce.org
Mon Feb 13 10:23:17 CET 2017
This is an automated email from the git hooks/post-receive script.
f2404 pushed a commit to branch master
in repository apps/xfce4-terminal.
commit ac7bd3bc685402bb7d8f00c7e486880a4194c532
Author: Igor <f2404 at yandex.ru>
Date: Mon Feb 13 12:23:12 2017 +0300
Remove large space to the left of tab text when the text is too short
---
terminal/terminal-screen.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/terminal/terminal-screen.c b/terminal/terminal-screen.c
index b88fd8d..c043239 100644
--- a/terminal/terminal-screen.c
+++ b/terminal/terminal-screen.c
@@ -2179,7 +2179,6 @@ terminal_screen_get_tab_label (TerminalScreen *screen)
screen->tab_label = gtk_label_new (NULL);
gtk_widget_set_margin_start (screen->tab_label, 2);
- gtk_label_set_width_chars (GTK_LABEL (screen->tab_label), 10);
gtk_box_pack_start (GTK_BOX (hbox), screen->tab_label, TRUE, TRUE, 0);
g_object_bind_property (G_OBJECT (screen), "title",
G_OBJECT (screen->tab_label), "label",
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list