From: Alberto Garcia Date: Mon, 27 Apr 2009 10:36:20 +0000 (+0200) Subject: Center label of HildonNote X-Git-Tag: 2.1.70-1~18 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=345b5a277c34a4a24d73083e3a38f7831df872ff;p=hildon Center label of HildonNote * src/hildon-note.c (hildon_note_init): Center label. Fixes: NB#111962 (mail_in_ui_folder_move_target_error not aligned properly) --- diff --git a/ChangeLog b/ChangeLog index a972a58..8248f14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-04-27 Alberto Garcia + + * src/hildon-note.c (hildon_note_init): Center label. + + Fixes: NB#111962 (mail_in_ui_folder_move_target_error not aligned + properly) + 2009-04-27 Claudio Saavedra [Release 2.1.68] diff --git a/src/hildon-note.c b/src/hildon-note.c index a2359a5..972e64e 100644 --- a/src/hildon-note.c +++ b/src/hildon-note.c @@ -408,6 +408,7 @@ hildon_note_init (HildonNote *dialog) priv->label = gtk_label_new (NULL); gtk_label_set_line_wrap (GTK_LABEL (priv->label), TRUE); + gtk_label_set_justify (GTK_LABEL (priv->label), GTK_JUSTIFY_CENTER); priv->event_box = gtk_event_box_new (); priv->icon = NULL;