GNOME Bugzilla – Bug 754610
odd-looking, tiny checkboxes
Last modified: 2015-09-09 14:38:49 UTC
Created attachment 310714 [details] screenshot I haven't seen this in any other apps.
Created attachment 310715 [details] screenshot of gnome-music
So this happens in gnome-music too apparently. What's the best component for these issues? GTK+?
(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.
The list view will need special casing for the selection mode.
GdMainListView should provide a "list" style class, I don't feel like referencing an custom widget in adwaita.
Created attachment 310927 [details] [review] Adwaita Patch This special cases the selection mode checks for lists.
Review of attachment 310927 [details] [review]: looks good, including the cleanup.