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 754225 - Flattens volume and scale buttons
Flattens volume and scale buttons
Status: RESOLVED NOTABUG
Product: gtk+
Classification: Platform
Component: Widget: Other
3.17.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2015-08-28 10:10 UTC by Bastien Nocera
Modified: 2015-08-29 23:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GtkVolumeButton: Don't flatten the scale buttons (1.55 KB, patch)
2015-08-28 10:55 UTC, Bastien Nocera
none Details | Review

Description Bastien Nocera 2015-08-28 10:10:47 UTC
The volume button in Totem's OSD toolbar gets added the "flat" style. See also bug 748306.
Comment 1 Bastien Nocera 2015-08-28 10:55:37 UTC
Created attachment 310175 [details] [review]
GtkVolumeButton: Don't flatten the scale buttons

If applications require buttons to be flattened, they should request it
explicitely, as GtkButtons aren't flattened by default, and OSD buttons
should not be flattened either.
Comment 2 Bastien Nocera 2015-08-28 11:13:59 UTC
Turns out I can reverse the setting by setting it explicitely in Totem, but something worth considering for the future.
Comment 3 Matthias Clasen 2015-08-28 20:09:55 UTC
I think 'flat' this is the desired default appearance for volume buttons ?
Comment 4 Lapo Calamandrei 2015-08-29 22:26:15 UTC
Yep as I said in the wrong bug (...), volume buttons should default to a flat appearance. Shall we close?