Expand the label, this fixes the problem that people were having in the

2004-01-27  Rodney Dawes  <dobey@ximian.com>

	* e-task-bar.c (init): Expand the label, this fixes the problem
	that people were having in the shell window with the preview pane
	and the weird warning from ECLippedLabel for urls

	Fixes #52937 for good

svn path=/trunk/; revision=24484
This commit is contained in:
Rodney Dawes
2004-01-28 00:58:38 +00:00
committed by Rodney Dawes
parent a91380ebe5
commit 95b0453457
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2004-01-27 Rodney Dawes <dobey@ximian.com>
* e-task-bar.c (init): Expand the label, this fixes the problem
that people were having in the shell window with the preview pane
and the weird warning from ECLippedLabel for urls
Fixes #52937 for good
2004-01-26 David Trowbridge <trowbrds@cs.colorado.edu>
* Makefile.am: add definition for EVOLUTION_HELPDIR

View File

@ -105,7 +105,7 @@ init (ETaskBar *task_bar)
label = e_clipped_label_new ("", PANGO_WEIGHT_NORMAL, 1.0);
gtk_widget_show (label);
gtk_box_pack_start (GTK_BOX (task_bar), label, FALSE, TRUE, 0);
gtk_box_pack_start (GTK_BOX (task_bar), label, TRUE, TRUE, 0);
gtk_misc_set_alignment (GTK_MISC (label), 0, 0.5);
task_bar->priv->message_label = E_CLIPPED_LABEL (label);