evolution r37261 - branches/kill-bonobo/shell
- From: mbarnes svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r37261 - branches/kill-bonobo/shell
- Date: Fri, 13 Feb 2009 04:44:45 +0000 (UTC)
Author: mbarnes
Date: Fri Feb 13 04:44:45 2009
New Revision: 37261
URL: http://svn.gnome.org/viewvc/evolution?rev=37261&view=rev
Log:
Fix packing of labels in sidebar banner.
Secondary label should not be ellipsized.
Modified:
branches/kill-bonobo/shell/e-shell-sidebar.c
Modified: branches/kill-bonobo/shell/e-shell-sidebar.c
==============================================================================
--- branches/kill-bonobo/shell/e-shell-sidebar.c (original)
+++ branches/kill-bonobo/shell/e-shell-sidebar.c Fri Feb 13 04:44:45 2009
@@ -225,9 +225,8 @@
gtk_widget_show (widget);
widget = gtk_label_new (NULL);
- gtk_label_set_ellipsize (GTK_LABEL (widget), PANGO_ELLIPSIZE_MIDDLE);
gtk_misc_set_alignment (GTK_MISC (widget), 1.0, 0.5);
- gtk_box_pack_start (GTK_BOX (container), widget, TRUE, TRUE, 0);
+ gtk_box_pack_start (GTK_BOX (container), widget, FALSE, FALSE, 0);
shell_sidebar->priv->secondary_label = g_object_ref (widget);
gtk_widget_show (widget);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]