nosignal-shell/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
..
containers internal: use Anim component 2025-08-24 17:22:00 +10:00
controls internal: format 2026-01-28 19:21:44 +11:00
effects plugin: add image analyser 2025-09-24 01:37:53 +10:00
filedialog internal: no async loaders 2026-01-16 01:40:38 +11:00
images plugin: managers -> internal 2025-09-13 15:54:01 +10:00
misc plugin: add BeatTracker 2025-09-04 22:38:23 +10:00
widgets internal: use Anim component 2025-08-24 17:22:00 +10:00
Anim.qml internal: add anim component 2025-08-24 16:42:03 +10:00
CAnim.qml internal: add canim component 2025-08-24 16:51:09 +10:00
ConnectionHeader.qml internal: format 2026-01-28 19:21:44 +11:00
ConnectionInfoSection.qml internal: format 2026-01-28 19:21:44 +11:00
Logo.qml bar/osicon: fix blurriness (#1271) 2026-03-15 18:51:07 +11:00
MaterialIcon.qml internal: refactor widgets folder 2025-08-04 22:45:15 +10:00
PropertyRow.qml internal: format 2026-01-28 19:21:44 +11:00
SectionContainer.qml internal: format 2026-01-28 19:21:44 +11:00
SectionHeader.qml internal: format 2026-01-28 19:21:44 +11:00
StateLayer.qml controlcenter: collapsiblegroups animation and styling tweaked 2025-11-13 22:16:47 -05:00
StyledClippingRect.qml internal: add canim component 2025-08-24 16:51:09 +10:00
StyledRect.qml internal: add canim component 2025-08-24 16:51:09 +10:00
StyledText.qml internal: add canim component 2025-08-24 16:51:09 +10:00