mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +00:00
tests: Make stack expand
This is to test invisible children are actually resized before they are made visible (which they currrently are not.
This commit is contained in:
parent
894bd13240
commit
c580a9d01f
@ -135,6 +135,7 @@ main (gint argc,
|
||||
gtk_stack_set_transition_duration (GTK_STACK (stack), 1500);
|
||||
|
||||
gtk_widget_set_halign (stack, GTK_ALIGN_START);
|
||||
gtk_widget_set_vexpand (stack, TRUE);
|
||||
|
||||
/* Add sidebar before stack */
|
||||
sidebar = gtk_stack_sidebar_new ();
|
||||
|
Loading…
Reference in New Issue
Block a user