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 645808 - All settings is too tall
All settings is too tall
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: general
2.91.x
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
: 648705 (view as bug list)
Depends on: 647650
Blocks:
 
 
Reported: 2011-03-27 08:29 UTC by Allan Day
Modified: 2011-07-14 14:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot of the all settings window (750.97 KB, image/png)
2011-03-27 08:29 UTC, Allan Day
Details
A comparison of different tweaks to the all settings layout (156.48 KB, image/png)
2011-04-13 17:39 UTC, Allan Day
Details

Description Allan Day 2011-03-27 08:29:54 UTC
Created attachment 184344 [details]
Screenshot of the all settings window

When all settings is displayed, the window is excessively tall (it seems to be about 778px high). At this height, the window is too tall far a large proportion of screen resolutions. The window disappears off the bottom of the screen in these situations.

Additionally, the proportions of the window are bad in terms of aesthetics and user experience. The window sits awkwardly in the screen; the inability to move it vertically feels constraining.

A screenshot is attached.
Comment 1 Allan Day 2011-04-13 13:27:58 UTC
This will mostly be fixed once the iBus entry is no longer required. Shortening the title of Empathy's settings panel will also help (see bug 647650).


We could still do to tighten the vertical padding, however.
Comment 2 Allan Day 2011-04-13 17:39:11 UTC
Created attachment 185895 [details]
A comparison of different tweaks to the all settings layout

The attachment shows three images:

 1. A raw screenshot of all settings

 2. 2 vertical pixels removed between icons and labels, and 4px removed between the lines of labels.

 3. Same as 2, but with 12 vertical pixels removed below each group of items.
Comment 3 Bastien Nocera 2011-04-13 17:56:15 UTC
Nice. There's quite a bit of dead space to the right of the rightmost icon (Network), would probably be good to match the hard-coded width so it fits nicely without too much whitespace.
Comment 4 William Jon McCann 2011-04-28 20:17:18 UTC
I have no problem with such a change fwiw.
Comment 5 Robert Roth 2011-07-08 14:06:04 UTC
I think this has been fixed already, in 3.1.3 Control Center seems to be about 580 px tall. Status should be updated accordingly, Fixed if it's really fixed, or NEW if it's not yet fixed.
Comment 6 Allan Day 2011-07-08 14:23:45 UTC
(In reply to comment #5)
> I think this has been fixed already, in 3.1.3 Control Center seems to be about
> 580 px tall.

Really? I'm using gcc from git and it's 644px tall. I presume we need to be under 690px for most netbooks, so this is probably fine in that regard. I still feel that tighter vertical spacing would be desirable though.
Comment 7 Robert Roth 2011-07-08 14:39:14 UTC
Probably the difference is caused by the theme, as I'm not using adwaita. Sorry for the confusion. However, the status of the bug should still be updated (it doesn't seem like UNCONFIRMED to me).
Comment 8 Matthias Clasen 2011-07-08 19:25:05 UTC
*** Bug 648705 has been marked as a duplicate of this bug. ***
Comment 9 Bastien Nocera 2011-07-14 14:32:19 UTC
We'll be removing the support for external panels soon, so this should fix the rest of the problem.

commit 2066d456ab1cd3f927ede970fd1ed72167194053
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 14 15:24:03 2011 +0100

    shell: Shrink vertically
    
    So that it has more chances of fitting on a netbook screen. This is
    done by removing the 6 pixel margin, and the 12 pixel bottom padding.
    
    This gives us the whole panel with a height of around 550 pixels with
    the default text size, which should be enough to display on a 600 pixels
    high screen.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645808