libgimpwidgets: GimpFileChooser should also be start-aligned.

This commit is contained in:
Jehan 2025-01-26 21:17:33 +01:00
parent 995329ac25
commit dd15b6a9a3

View file

@ -209,6 +209,7 @@ gimp_file_chooser_constructed (GObject *object)
gtk_box_pack_start (GTK_BOX (chooser), chooser->label_widget, FALSE, FALSE, 0);
if (chooser->label)
gtk_label_set_text_with_mnemonic (GTK_LABEL (chooser->label_widget), chooser->label);
gtk_label_set_xalign (GTK_LABEL (chooser->label_widget), 0.0);
gtk_widget_set_visible (chooser->label_widget, chooser->label != NULL);
gimp_file_chooser_set_action (chooser, chooser->action);