GNOME Bugzilla – Bug 691771
EggListBox expands towards the bottom
Last modified: 2013-01-16 15:14:06 UTC
Created attachment 233503 [details] screenshot $ gsettings get org.gnome.desktop.interface text-scaling-factor 0.75 Because the font is smaller, the egg list boxes don't fill up the minimum panel height, and I end up with an inactive bit of white space at the bottom of the list. See screenshot with the last section highlighted
Created attachment 233533 [details] [review] sharing: prevent inactive white space below the list box Now that GtkFrame paints a background, use it to provide the border and background of the list box.
A similar patch could be applied to the Privacy panel, since it uses a GtkScrolledWindow and GtkViewport to get a white background, but disables both horizontal and vertical scrolling.
Attachment 233533 [details] pushed as ef77e57 - sharing: prevent inactive white space below the list box
Commit 8d338f6 pushed to apply a similar change to the Privacy panel.