GNOME Bugzilla – Bug 643001
panel: Move panel border into the background
Last modified: 2011-02-23 16:40:18 UTC
See attached patch.
Created attachment 181639 [details] [review] panel: Move panel border into the background In the mockups the bottom border of active panel buttons is drawn on top of the panel's border. To get this effect, move the panel border into the background, so that it is not subtracted from the vertical space given to the buttons. Adjust the drawing of the rounded corners to reflect that change.
Review of attachment 181639 [details] [review]: This looks significantly better and is pretty clean code-wise. There's likely some performance hit from using a texture to draw the top panel, but since it's just one texture that we scale on the GPU when we draw, it shouldn't be too bad.
Attachment 181639 [details] pushed as 9a048af - panel: Move panel border into the background