GNOME Bugzilla – Bug 665042
systemMonitor shows one pixel at the bottom even when hidden
Last modified: 2011-12-16 04:06:58 UTC
Created attachment 202290 [details] screenshot The systemMonitor extension shows two boxes at lower left corner. These boxes slide up in overview mode and slide down when not in overview mode. Unfortunately even when they slide down, they always leave one pixel visible from both boxes. See attached screenshot - it is a gedit (because it's light) placed in lower left screen corner. Zoom the picture and you'll see two one-pixel high lines at the bottom. These one-pixel boxes are clickable and they pop-up gnome system monitor on click. So it's pretty easy to invoke gnome system monitor involuntarily when you need to click on something in lower left corner. Besides, it's ugly (especially in web browser with white background, then it's pretty visible). Please fix.
With the new version of System Monitor (from https://extensions.gnome.org/extension/9/systemmonitor/ ) the border is now gray instead of black. That's even worse for dark background and really disturbing when watching movies. See attachments.
Created attachment 202742 [details] desktop
Created attachment 202743 [details] movie
I have identified the problem. In stylesheet.css there is: padding-top: 0px; If you replace it with this: padding-top: 1px; the problem is fixed.
(In reply to comment #4) > I have identified the problem. In stylesheet.css there is: > > padding-top: 0px; > > If you replace it with this: > > padding-top: 1px; > > the problem is fixed. It is not a fix, rather it's a hack (but a clever one). The actual fix would be having the message tray completely hide itself, instead of keeping 1px onscreen.
Should we change the component to 'message-tray' then?
(In reply to comment #5) > (In reply to comment #4) > > I have identified the problem. In stylesheet.css there is: > > > > padding-top: 0px; > > > > If you replace it with this: > > > > padding-top: 1px; > > > > the problem is fixed. > > It is not a fix, rather it's a hack (but a clever one). The actual fix would be > having the message tray completely hide itself, instead of keeping 1px > onscreen. rtcm fixed this. http://git.gnome.org/browse/gnome-shell/commit/?id=0cbaeaefedef84d57b1c24be37927ac6c4837edf
Fixed then. *** This bug has been marked as a duplicate of bug 663366 ***
*** Bug 666339 has been marked as a duplicate of this bug. ***