After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 750690 - Recent Chooser Widget doesn't expand
Recent Chooser Widget doesn't expand
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
3.16.x
Other Linux
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2015-06-10 10:13 UTC by Lukas Venhoda
Modified: 2015-06-12 12:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot of minimal implementation (16.83 KB, image/png)
2015-06-10 10:13 UTC, Lukas Venhoda
Details
Minimal implementation (698 bytes, text/plain)
2015-06-10 10:14 UTC, Lukas Venhoda
Details
Minimal implementation v2 (784 bytes, text/plain)
2015-06-10 10:20 UTC, Lukas Venhoda
Details

Description Lukas Venhoda 2015-06-10 10:13:50 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.
Comment 1 Lukas Venhoda 2015-06-10 10:14:41 UTC
Created attachment 304934 [details]
Minimal implementation
Comment 2 Lukas Venhoda 2015-06-10 10:20:03 UTC
Created attachment 304935 [details]
Minimal implementation v2

Set hexpand and vexpand of the widget to TRUE, to properly show the problem.
Comment 3 Lukas Venhoda 2015-06-10 10:22:46 UTC
(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.