mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
libgimpwidgets: GimpFileChooser should also be start-aligned.
This commit is contained in:
parent
995329ac25
commit
dd15b6a9a3
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue