Skip to content

Use GtkIconTheme properly when passing UI scale

Brian Tarricone requested to merge kelnos/thunar:use-proper-icon-scale into master

This changes everything to use the _for_scale() variants of the GtkIconTheme lookup/load functions, instead of multiplying the size by the scale factor.

Merge request reports