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 691771 - EggListBox expands towards the bottom
EggListBox expands towards the bottom
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Sharing
3.7.x
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-01-15 08:16 UTC by Bastien Nocera
Modified: 2013-01-16 15:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (12.60 KB, image/png)
2013-01-15 08:16 UTC, Bastien Nocera
  Details
sharing: prevent inactive white space below the list box (1.99 KB, patch)
2013-01-15 15:55 UTC, Thomas Wood
committed Details | Review

Description Bastien Nocera 2013-01-15 08:16:12 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
Comment 1 Thomas Wood 2013-01-15 15:55:49 UTC
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.
Comment 2 Thomas Wood 2013-01-15 15:59:58 UTC
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.
Comment 3 Thomas Wood 2013-01-16 14:13:17 UTC
Attachment 233533 [details] pushed as ef77e57 - sharing: prevent inactive white space below the list box
Comment 4 Thomas Wood 2013-01-16 15:14:06 UTC
Commit 8d338f6 pushed to apply a similar change to the Privacy panel.