GNOME Bugzilla – Bug 785397
3.25.91: Search panel doesn't shrink horizontally well
Last modified: 2017-08-28 17:01:05 UTC
gnome-control-center 1:3.25.4-0ubuntu0~artful2 from the GNOME3 Staging PPA Ubuntu 17.10 Alpha In the new "gnome-control-center-alt", the Search panel doesn't shrink horizontally very well. When shrunk to the minimum width, there is a fairly wide margin on the left and the On/Off switches are no longer visible. A horizontal scrollbar is added. (If you scroll to the right, you can see the On/Off switch and a fairly wide margin on the right too.) I think we want to not have a horizontal scrollbar and reduce the left and right margins when the panel is shrunk to minimal width.
Tested with 3.25.91. The margin doesn't seem too wide to me on the left or right now, but the horizontal scrolling is still a problem.
Created attachment 358579 [details] [review] search: don't allow horizontal scrolling Set hscrollbar_policy property of GtkScrolledWindow to never to disable horizontal scrolling.
Review of attachment 358579 [details] [review]: ok
I'm pushing a further fix on top to set a minimum size too. Attachment 358579 [details] pushed as a108ee1 - search: don't allow horizontal scrolling