Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gtk: fix incorrect status/support pixbuf icon sizes
The get_gdk_pixbuf() helper has a default "size" argument of 48 and the code in rgpackagestatus.cc was using it with the default arg. This lead to an increased size of the status/supported pixbuf. This is fixed now by explicitely requesting pixbufs with 22 size. Closes: #1014164
- Loading branch information