Issue : unify argument widget alignment.

This commit is contained in:
Jehan 2025-01-26 20:43:47 +01:00
parent 4464537a38
commit 995329ac25
1 changed files with 1 additions and 0 deletions

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);
}