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 657606 - [screen] empty brightness heading
[screen] empty brightness heading
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Other Preferences
git master
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-08-29 11:35 UTC by Allan Day
Modified: 2011-09-08 16:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screen panel screenshot (17.86 KB, image/png)
2011-08-29 11:35 UTC, Allan Day
Details

Description Allan Day 2011-08-29 11:35:16 UTC
Created attachment 195064 [details]
Screen panel screenshot

When a monitor's brightness cannot be changed, the brightness slider is removed from the screen panel. This leaves a Brightness heading containing no items about brightness. A screenshot is attached.

A short term fix would be to remove the header along with the slider.
Comment 1 Bastien Nocera 2011-08-29 11:53:07 UTC
Leaving open, it's kind of ugly.

commit a0b37158c30c58d7964fcbe9bc33446121797e36
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Aug 29 12:51:25 2011 +0100

    screen: Hide brightness heading when unused
    
    Trying to just hide the widget will cause some severely bizarre
    display problems, so just set the heading to be empty instead
    for now.
    
    We should probably look at another way of handling this case.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657606
Comment 2 Bastien Nocera 2011-09-08 16:03:34 UTC
commit 181b313ba8c9ec3f1226e6c62fd1bb5697e09058
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 8 16:55:21 2011 +0100

    screen: Fix resulting top-padding
    
    When hiding the brightness bar, don't leave unsightly bits of
    frame lying around.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657606