GNOME Bugzilla – Bug 742335
screenshots too small in HiDPI
Last modified: 2015-03-12 21:53:07 UTC
Using a 13" laptop with a 3200x1800 screen GNOME Software displays the screenshots of apps too small.
Created attachment 293718 [details] screenshot of issue
Hmm, that's clearly not as designed.
Works better in 3.15. The big screenshots scale, but the smaller thumbnails on the right side doesn't.
Created attachment 299235 [details] [review] screenshot image: Fix HiDPI scale factor calculation While at this, also avoid hardcoding scale factor of 2 and use the value from gtk_widget_get_scale_factor() instead.
Review of attachment 299235 [details] [review]: Looks good to me
Tested the rpm here [1] and it works great on my hidpi screen! Thanks for the quick fix! 1. http://koji.fedoraproject.org/koji/taskinfo?taskID=9212494
Attachment 299235 [details] pushed as 51ac279 - screenshot image: Fix HiDPI scale factor calculation