GNOME Bugzilla – Bug 744109
Low-resolution checkbox used in GNOME Clocks multi-select mode (probably also Documents, Photos etc)
Last modified: 2015-02-19 13:24:14 UTC
Created attachment 296302 [details] screenshot illustrating the issue See attached screenshot. When you go into the 'select' mode in GNOME Clocks, the checkboxes used to indicate selections are clearly scaled up from a very low resolution, they look icky and jagged-y. This isn't even on a hidpi system. I'd guess Photos and Documents would be the same, but neither of them launches on Rawhide ATM so I can't check. This is with: [adamw@adam Pictures]$ rpm -q gtk3 gnome-clocks gtk3-3.15.4-1.fc22.x86_64 gnome-clocks-3.15.1-1.fc22.x86_64
Maybe a missing asset ?
Seems to be specific to Clocks. Documents and Photos use the specific large assets.
So the selection mode checkboxes expect the content-view class to be present for the icon view. I'll try providing patches for the few apps.
Created attachment 297147 [details] [review] fix selectionmode checkboxes
Review of attachment 297147 [details] [review]: Thanks for going out of your way and even touching the code! If it is tested, go ahead
Note that the content-view class was removed in https://git.gnome.org/browse/gnome-clocks/commit/?id=07db3f2cb122454101d572361b50deae43b9baad following Lapo's suggestion. Maybe double check if adding it back affects the background color?
I tested the patch and the background color still looks correct to me.
Review of attachment 297147 [details] [review]: pushed