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 754610 - odd-looking, tiny checkboxes
odd-looking, tiny checkboxes
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Themes
3.17.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on: 754737
Blocks:
 
 
Reported: 2015-09-05 18:02 UTC by Andreas Nilsson
Modified: 2015-09-09 14:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (35.52 KB, image/png)
2015-09-05 18:02 UTC, Andreas Nilsson
  Details
screenshot of gnome-music (30.31 KB, image/png)
2015-09-05 18:03 UTC, Andreas Nilsson
  Details
Adwaita Patch (8.58 KB, patch)
2015-09-08 18:18 UTC, Lapo Calamandrei
accepted-commit_now Details | Review

Description Andreas Nilsson 2015-09-05 18:02:03 UTC
Created attachment 310714 [details]
screenshot

I haven't seen this in any other apps.
Comment 1 Andreas Nilsson 2015-09-05 18:03:10 UTC
Created attachment 310715 [details]
screenshot of gnome-music
Comment 2 Andreas Nilsson 2015-09-05 18:03:48 UTC
So this happens in gnome-music too apparently.
What's the best component for these issues? GTK+?
Comment 3 Debarshi Ray 2015-09-08 16:42:26 UTC
(In reply to Andreas Nilsson from comment #2)
> So this happens in gnome-music too apparently.
> What's the best component for these issues? GTK+?

Yes, this looks like gtk+/adwaita.
Comment 4 Jakub Steiner 2015-09-08 17:21:02 UTC
The list view will need special casing for the selection mode.
Comment 5 Lapo Calamandrei 2015-09-08 17:56:57 UTC
GdMainListView should provide a "list" style class, I don't feel like referencing an custom widget in adwaita.
Comment 6 Lapo Calamandrei 2015-09-08 18:18:48 UTC
Created attachment 310927 [details] [review]
Adwaita Patch

This special cases the selection mode checks for lists.
Comment 7 Jakub Steiner 2015-09-09 14:37:01 UTC
Review of attachment 310927 [details] [review]:

looks good, including the cleanup.