GNOME Bugzilla – Bug 134331
[UI-REVIEW] Extra frame around controls causes unneeded noise
Last modified: 2004-12-22 21:47:04 UTC
There's currently a border (frame probably) encompassing the mixer widgets. It doesn't contribute useful grouping information (since it basically covers the whole window), and adds extra visual noise. The border around the mixer widgets should be removed.
Hi Seth, I'll handle this. Can you explain which of the borders you mean (which line of code)? I'm not aware of any "unneeded" border.
Created attachment 24954 [details] [review] Patch to fix extra border problem
The problem was that GtkScrolledWindow was created with an automatic GtkViewport, an GtkViewport defaults to having GTK_SHADOW_TYPE_IN rather than NONE. Attached patch fixes.
Applied to CVS, thanks!