GNOME Bugzilla – Bug 771391
extensionPrefs: Fix extension list width
Last modified: 2016-09-14 07:19:24 UTC
Trivial fix (see patch), but I missed this before the hard code freeze, so filing a bug for the freeze break request ...
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 ...
Attachment 335473 [details] pushed as 695bfb9 - extensionPrefs: Fix extension list width