From 0903a6a84b34e806ae6f4458f127010982e41bcb Mon Sep 17 00:00:00 2001 From: Kalagmitan <121934419+Kalagmitan@users.noreply.github.com> Date: Sun, 15 Mar 2026 15:51:07 +0800 Subject: bar/osicon: fix blurriness (#1271) * osicon: Unblurred sidebar icon + The multiplier on the implicitWidth and implicitHeight caused the distro icon on the sidebar to look blurry. I believe this is because the screen can't render a fraction of a pixel, and so, the qtengine compensates by using anti-aliasing which causes the icon look smudged. + I changed the font size of the icon to a standard integer size (extraLarge) and removed the multipliers. A side-effect of this commit is that the icon looks a bit bigger now, I chose extraLarge instead of just large because the icon looked a bit too small, but I do not know of other people's preference on this. * feat: Adjusted root implictWidth and implicitHeight * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> --- modules/lock/Fetch.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/lock/Fetch.qml') diff --git a/modules/lock/Fetch.qml b/modules/lock/Fetch.qml index 55d6aa7..e96b143 100644 --- a/modules/lock/Fetch.qml +++ b/modules/lock/Fetch.qml @@ -147,7 +147,6 @@ ColumnLayout { Logo { width: height - height: height } } -- cgit v1.2.3-freya