1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-05 21:02:42 +02:00

Issue #11261: unify argument widget alignment.

This commit is contained in:
Jehan
2025-01-26 20:43:47 +01:00
parent 4464537a38
commit 995329ac25

View File

@@ -233,6 +233,7 @@ gimp_resource_chooser_init (GimpResourceChooser *self)
gtk_box_set_spacing (GTK_BOX (self), 6);
priv->label_widget = gtk_label_new (NULL);
gtk_label_set_xalign (GTK_LABEL (priv->label_widget), 0.0);
gtk_box_pack_start (GTK_BOX (self), priv->label_widget, FALSE, FALSE, 0);
}