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 651734 - GtkLockButton: symbolic icon is fuzzy
GtkLockButton: symbolic icon is fuzzy
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
3.1.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-06-02 19:16 UTC by Cosimo Cecchi
Modified: 2011-06-06 19:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
lockbutton: ensure the lock symbolic icon is rendered 16x16px (953 bytes, patch)
2011-06-02 19:17 UTC, Cosimo Cecchi
committed Details | Review

Description Cosimo Cecchi 2011-06-02 19:16:19 UTC
The icon in the new GtkLockButton looks fuzzy; it should be rendered with a 16x16 size, which translates to GTK_ICON_SIZE_MENU.
Comment 1 Cosimo Cecchi 2011-06-02 19:17:20 UTC
Created attachment 189112 [details] [review]
lockbutton: ensure the lock symbolic icon is rendered 16x16px
Comment 2 Matthias Clasen 2011-06-03 13:31:09 UTC
Review of attachment 189112 [details] [review]:

I don't think that is right, really. 

The new lock button is really a button now, so the icon should look like an icon in a button, including the right size.
Comment 3 Matthias Clasen 2011-06-06 18:19:32 UTC
After discussing this on irc, it is probably best to do this for now.
Comment 4 Matthias Clasen 2011-06-06 18:19:59 UTC
Review of attachment 189112 [details] [review]:

change patch status
Comment 5 Cosimo Cecchi 2011-06-06 19:15:09 UTC
Pushed

Attachment 189112 [details] pushed as 3ef2e36 - lockbutton: ensure the lock symbolic icon is rendered 16x16px