[KItemListSelectionToggle] Adjust painting icon for high dpi scaling
ClosedPublic

Authored by broulik on Jul 19 2018, 6:32 AM.

Details

Summary

Instead of using KIconLoader which currently doesn't support high dpi scaling, use QIcon::fromTheme which can.

Test Plan

Before


After

Verified it still works fine with 1x scaling

Diff Detail

Repository
R318 Dolphin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
broulik created this revision.Jul 19 2018, 6:32 AM
Restricted Application added a project: Dolphin. · View Herald TranscriptJul 19 2018, 6:32 AM
Restricted Application added a subscriber: kfm-devel. · View Herald Transcript
broulik requested review of this revision.Jul 19 2018, 6:32 AM
davidedmundson accepted this revision.Jul 19 2018, 7:47 AM
This revision is now accepted and ready to land.Jul 19 2018, 7:47 AM
This revision was automatically updated to reflect the committed changes.