libgimpwidgets: set the widgets's hexpand in gimp_grid_attach_aligned()

This commit is contained in:
Michael Natterer 2018-05-03 04:00:16 +02:00
parent affec75898
commit 4afb7ca4c7
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@ gimp_grid_attach_aligned (GtkGrid *grid,
gtk_label_set_mnemonic_widget (GTK_LABEL (label), mnemonic_widget);
}
gtk_widget_set_hexpand (widget, TRUE);
gtk_grid_attach (grid, widget, left + 1, top, columns, 1);
gtk_widget_show (widget);