From: Jose Dapena Paz Date: Tue, 2 Jun 2009 17:00:12 +0000 (+0200) Subject: Proper alignment for branding icon in editor X-Git-Tag: 3.0.17-rc10~4 X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=1b854d1afcf7d23f9938c7b48817b87560c4a8ac;p=modest Proper alignment for branding icon in editor --- diff --git a/src/hildon2/modest-msg-edit-window.c b/src/hildon2/modest-msg-edit-window.c index 091ea31..957b675 100644 --- a/src/hildon2/modest-msg-edit-window.c +++ b/src/hildon2/modest-msg-edit-window.c @@ -939,6 +939,7 @@ init_window (ModestMsgEditWindow *obj) g_object_unref (value_size_group); priv->brand_icon = gtk_image_new (); + gtk_misc_set_alignment (GTK_MISC (priv->brand_icon), 0.5, 0.5); priv->brand_label = gtk_label_new (NULL); gtk_misc_set_alignment (GTK_MISC (priv->brand_label), 0.0, 0.5); gtk_widget_set_no_show_all (priv->brand_icon, TRUE);