nosignal-shell/modules/bar/components
Kalagmitan 0903a6a84b
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>
2026-03-15 18:51:07 +11:00
..
workspaces workspaces: window icons limit (#1267) 2026-03-15 17:34:52 +11:00
ActiveWindow.qml bar/activewindow: add option to invert rotate (#922) 2025-11-24 19:52:09 +11:00
Clock.qml internal: no async loaders 2026-01-16 01:40:38 +11:00
OsIcon.qml bar/osicon: fix blurriness (#1271) 2026-03-15 18:51:07 +11:00
Power.qml bar: allow hiding items and reordering (#379) 2025-08-13 14:31:48 +10:00
Settings.qml internal: format 2026-01-28 19:21:44 +11:00
SettingsIcon.qml internal: format 2026-01-28 19:21:44 +11:00
StatusIcons.qml internal: format 2026-01-28 19:21:44 +11:00
Tray.qml bar: allow hiding tray icons (#1227) 2026-03-08 20:33:31 +11:00
TrayItem.qml bar/tray: add icon subs 2025-09-09 21:02:24 +10:00