Bali10050 / Lightly

A modern style for qt applications.
Other
66 stars 4 forks source link

Icon scaling issue on Fedora KDE Plasma 6 #14

Closed ams-sth closed 2 days ago

ams-sth commented 3 days ago

At 125%, Icons suffer from scaling issue. I have noticed this issue persist in Boeh's Lightly version as well as on kvantum.

Screenshot_20240920_184156

DeltaCopy commented 3 days ago

Which Icon theme is that ?

ams-sth commented 3 days ago

Papirus Icon theme. Though, The issue exist with Default Breeze Icon theme as well

DeltaCopy commented 3 days ago

On Wayland I see the same icon is indeed blurry when scaling is set to 125% On X11 the icon is clear.

image

If there is no issue using the Breeze application style maybe some changes need to brought across to Lightly

DeltaCopy commented 3 days ago

Can you check if adding the following to /etc/environment fixes this issue ?

QT_SCALE_FACTOR_ROUNDING_POLICY=RoundPreferFloor

Restart to pick up the change.

This was mentioned in https://bugs.kde.org/show_bug.cgi?id=479891

ams-sth commented 2 days ago

After adding that line, the issue has been fixed. Thank you!

DeltaCopy commented 2 days ago

@Bali10050 FYI https://github.com/Bali10050/Lightly/pull/17 created so that we track this inside the README.

DeltaCopy commented 2 days ago

thanks for merging @Bali10050

@ams-sth please close this when you can.