GNOME Bugzilla – Bug 750690
Recent Chooser Widget doesn't expand
Last modified: 2015-06-12 12:29:04 UTC
Created attachment 304933 [details] Screenshot of minimal implementation GtkRecentChooserWidget includes a scrolled window. When setting the recent chooser widget to expand, most of the area stays empty. This is because the scrolled window inside of the widget is not set to expand vertically. See attached screenshot.
Created attachment 304934 [details] Minimal implementation
Created attachment 304935 [details] Minimal implementation v2 Set hexpand and vexpand of the widget to TRUE, to properly show the problem.
(In reply to Lukas Venhoda from comment #0) > Created attachment 304933 [details] > Screenshot of minimal implementation > > GtkRecentChooserWidget includes a scrolled window. > When setting the recent chooser widget to expand, most of the area stays > empty. > This is because the scrolled window inside of the widget is not set to > expand vertically. > > See attached screenshot. My bad, not scrolled window, but GtkRecentChooserWidgetDefault. This has to be set to hexpand.