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 645649 - panel too tall for netbooks
panel too tall for netbooks
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Background
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
[gnome3-important]
Depends on:
Blocks:
 
 
Reported: 2011-03-25 19:17 UTC by William Jon McCann
Modified: 2011-03-26 20:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
background: Make icon list smaller on netbooks (2.33 KB, patch)
2011-03-26 01:24 UTC, Bastien Nocera
none Details | Review
alternative patch (2.35 KB, patch)
2011-03-26 01:34 UTC, Matthias Clasen
none Details | Review
background: Make icon list smaller on netbooks (2.00 KB, patch)
2011-03-26 01:35 UTC, Bastien Nocera
none Details | Review

Description William Jon McCann 2011-03-25 19:17:55 UTC
We are just slightly oversize vertically for netbook screens.  About the height of the titlebar or so.
Comment 1 William Jon McCann 2011-03-25 19:18:37 UTC
We're also using a heck of a lot of space on netbook screens for the toolbar with just a back button in it.  Might need to look at that design at some point.
Comment 2 Bastien Nocera 2011-03-25 19:37:47 UTC
A quick hack for 3.0 might be to check the monitor size, and reduce the minimum requested height for the icon list.
Comment 3 Bastien Nocera 2011-03-26 01:24:12 UTC
Created attachment 184262 [details] [review]
background: Make icon list smaller on netbooks

The default treeview is quite tall by default, and with the addition
of the shell's toolbar, the titlebar and the GNOME shell panel,
the background panel would be too tall for netbook computers.

This works around the issue by setting a smaller height request
for the icon list when the screen on which the panel will be shown
are no taller than 768 pixels.
Comment 4 Matthias Clasen 2011-03-26 01:34:09 UTC
Created attachment 184263 [details] [review]
alternative patch

Here is a variant which connects to realize, and doesn't have to iterate over all monitors.
Comment 5 Bastien Nocera 2011-03-26 01:35:20 UTC
Created attachment 184264 [details] [review]
background: Make icon list smaller on netbooks

The default treeview is quite tall by default, and with the addition
of the shell's toolbar, the titlebar and the GNOME shell panel,
the background panel would be too tall for netbook computers.

This works around the issue by setting a smaller height request
for the icon list when the screen on which the panel will be shown
are no taller than 768 pixels.