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 771391 - extensionPrefs: Fix extension list width
extensionPrefs: Fix extension list width
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2016-09-13 21:10 UTC by Florian Müllner
Modified: 2016-09-14 07:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
extensionPrefs: Fix extension list width (1.22 KB, patch)
2016-09-13 21:10 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2016-09-13 21:10:18 UTC
Trivial fix (see patch), but I missed this before the hard code freeze, so filing a bug for the freeze break request ...
Comment 1 Florian Müllner 2016-09-13 21:10:25 UTC
Created attachment 335473 [details] [review]
extensionPrefs: Fix extension list width

ScrolledWindow changed its allocation behavior, and the extension
list only takes up the minimum width rather than the available
width as intended. To get the previous behavior back, we need
to set the newly added :propagate-natural-width property ...
Comment 2 Florian Müllner 2016-09-14 07:19:17 UTC
Attachment 335473 [details] pushed as 695bfb9 - extensionPrefs: Fix extension list width