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 710709 - Frame around panel
Frame around panel
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Wacom
git master
Other Linux
: Normal normal
: ---
Assigned To: Carlos Garnacho
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-10-23 10:29 UTC by Andreas Nilsson
Modified: 2013-12-02 11:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (64.30 KB, image/png)
2013-10-23 10:29 UTC, Andreas Nilsson
  Details
wacom: Set several notebooks' show-border property to FALSE (2.77 KB, patch)
2013-11-29 18:18 UTC, Carlos Garnacho
committed Details | Review

Description Andreas Nilsson 2013-10-23 10:29:02 UTC
Created attachment 257900 [details]
screenshot

Spotted this in today's gnome-continuos. See screenshot
Comment 1 Bastien Nocera 2013-11-12 16:21:47 UTC
Looks like it's a bug in 3.11 only, not sure what changed.
Comment 2 Carlos Garnacho 2013-11-29 18:18:34 UTC
Created attachment 263149 [details] [review]
wacom: Set several notebooks' show-border property to FALSE

Since GTK+ commit 05b1ea84b, this hint is used in GtkNotebook to add
a GTK_STYLE_CLASS_FRAME when rendering the notebook frame, so the theme
renders those frame-alike. As it's not what we want for the wacom panel,
set show-border to FALSE on all GtkNotebooks.
Comment 3 Bastien Nocera 2013-11-30 12:48:17 UTC
Review of attachment 263149 [details] [review]:

Looks good.
Comment 4 Carlos Garnacho 2013-12-02 11:29:51 UTC
Patch is now on master