GNOME Bugzilla – Bug 657606
[screen] empty brightness heading
Last modified: 2011-09-08 16:03:34 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.
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
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