app: properly align frame children in GimpGridEditor

This commit is contained in:
Michael Natterer 2018-05-03 14:30:28 +02:00
parent f4f106ad26
commit 18c4a288ee
1 changed files with 2 additions and 0 deletions

View File

@ -176,6 +176,7 @@ gimp_grid_editor_constructed (GObject *object)
gtk_widget_show (frame);
hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 6);
gtk_widget_set_halign (hbox, GTK_ALIGN_START);
gtk_container_add (GTK_CONTAINER (frame), hbox);
sizeentry = gimp_prop_coordinates_new (G_OBJECT (editor->grid),
@ -211,6 +212,7 @@ gimp_grid_editor_constructed (GObject *object)
gtk_widget_show (frame);
hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 6);
gtk_widget_set_halign (hbox, GTK_ALIGN_START);
gtk_container_add (GTK_CONTAINER (frame), hbox);
sizeentry = gimp_prop_coordinates_new (G_OBJECT (editor->grid),