forked from AuroraMiddleware/gtk
gtk4-demo: Fix sliding puzzle demo
This commit is contained in:
parent
a21d97db2e
commit
ae54517b33
@ -387,7 +387,7 @@ add_choice (GtkWidget *container,
|
||||
icon = gtk_image_new_from_paintable (paintable);
|
||||
gtk_image_set_icon_size (GTK_IMAGE (icon), GTK_ICON_SIZE_LARGE);
|
||||
|
||||
gtk_box_append (GTK_BOX (container), icon);
|
||||
gtk_flow_box_insert (GTK_FLOW_BOX (container), icon, -1);
|
||||
}
|
||||
|
||||
GtkWidget *
|
||||
|
Loading…
Reference in New Issue
Block a user