Put "no new messages" label back to the center
authorArtem Garmash <artemgarmash@gmail.com>
Sat, 24 Oct 2009 21:04:59 +0000 (00:04 +0300)
committerArtem Garmash <artem.garmash@nokia.com>
Sun, 27 Jun 2010 19:13:39 +0000 (22:13 +0300)
src/el-home-applet.c

index 74267db..f61840b 100644 (file)
@@ -612,7 +612,7 @@ el_home_applet_init (ELHomeApplet *self)
         vbox = gtk_vbox_new (FALSE, 0);
         gtk_box_pack_start (GTK_BOX (vbox), hbox, FALSE, FALSE, 0);
         gtk_box_pack_start (GTK_BOX (vbox), priv->message, TRUE, TRUE, 0);
-        gtk_box_pack_start (GTK_BOX (vbox), priv->empty, FALSE, FALSE, 0);
+        gtk_box_pack_start (GTK_BOX (vbox), priv->empty, TRUE, TRUE, 0);
         gtk_box_pack_start (GTK_BOX (vbox), priv->received, FALSE, FALSE, 0);
 
         align = gtk_alignment_new (0.5f, 0.0f, 1.0f, 1.0f);