messagedialog: also set GtkMisc alignment to zero for dialog labels
Setting xalign to START is not enough to make them left-aligned in every
case. This fixes a regression introduced in commit
cc0be1f949
https://bugzilla.gnome.org/show_bug.cgi?id=674286
			
			
This commit is contained in:
		| @ -350,6 +350,9 @@ gtk_message_dialog_init (GtkMessageDialog *dialog) | ||||
|   gtk_widget_set_halign (priv->secondary_label, GTK_ALIGN_START); | ||||
|   gtk_widget_set_valign (priv->secondary_label, GTK_ALIGN_START); | ||||
|  | ||||
|   gtk_misc_set_alignment (GTK_MISC (priv->label), 0.0, 0.0); | ||||
|   gtk_misc_set_alignment (GTK_MISC (priv->secondary_label), 0.0, 0.0); | ||||
|  | ||||
|   hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 12); | ||||
|   priv->message_area = gtk_box_new (GTK_ORIENTATION_VERTICAL, 12); | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Cosimo Cecchi
					Cosimo Cecchi