tests: Fix overlayscroll

Set expand for the scrolled window.
This commit is contained in:
Alexander Mikhaylenko 2020-05-11 02:18:06 +05:00
parent b7bfb29ae8
commit edfaa5fc36

View File

@ -77,6 +77,7 @@ main (int argc, char *argv[])
GTK_POLICY_NEVER,
GTK_POLICY_AUTOMATIC);
gtk_widget_set_hexpand (sw, TRUE);
gtk_container_add (GTK_CONTAINER (box), sw);
content = get_content ();