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 403252 - unattractive borders inside the control center window
unattractive borders inside the control center window
Status: RESOLVED WONTFIX
Product: gnome-main-menu
Classification: Other
Component: libslab
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Scott Reeves
GNOME main menu maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-01 16:00 UTC by Sebastien Bacher
Modified: 2007-05-30 20:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove the top border (1.65 KB, patch)
2007-05-18 17:13 UTC, Denis Washington
none Details | Review

Description Sebastien Bacher 2007-02-01 16:00:41 UTC
That bug has been opened on https://launchpad.net/ubuntu/+source/control-center/+bug/81038

"The section containing the icons is contained in a container within the window. This leaves a small amount of emptiness around it and the metacity border, as well as the scrollbar and the bottom of the window. The container should extend to the top, bottom, and right sides to improve the appearance.

http://librarian.launchpad.net/5820187/Screenshot.png
Screenshot describing the problem
..."
Comment 1 Denis Washington 2007-05-18 17:13:30 UTC
Created attachment 88406 [details] [review]
Remove the top border

The problem is the usage of GtkFrame as parent class of ShellWindow. GtkFrame usually awaits a label widget; even though it isn't not used here, a 2-pixel spacing between the place where it would have been and the frame content is allocated - thus the top border. Changed ShellWindow to be a child class GtkAlignment instead.
Comment 2 Jim Krehl 2007-05-30 20:22:14 UTC
It was actually done that way on purpose.