Files
create/src/Gui
forbes 99f2a92df4 fix(gui): make SVG icon rasterization DPI-aware in loadPixmap (#189)
loadPixmap() rendered all SVGs at a hardcoded 64x64 pixels regardless of
display DPI. On HiDPI screens, Qt then downscaled these low-resolution
pixmaps to the toolbar icon size, producing chunky/aliased icons.

Multiply the render size by getMaximumDPR() and tag the resulting pixmap
with the correct devicePixelRatio, matching the pattern already used in
pixmapFromSvg(const char* name, QSizeF size). This ensures SVGs are
rasterized at the physical resolution needed for crisp display.
2026-02-18 12:52:14 -06:00
..
2026-02-13 14:08:51 -06:00
2026-02-13 11:48:48 -06:00
2026-02-13 14:09:13 -06:00
2025-10-08 10:56:23 -05:00
2026-02-13 14:09:52 -06:00
2026-01-30 10:58:09 +01:00
2025-11-11 13:49:01 +01:00
2025-11-14 11:56:24 +00:00
2026-02-13 14:09:53 -06:00
2025-11-28 10:15:04 +01:00
2026-02-13 14:09:13 -06:00
2026-02-09 19:15:50 -06:00
2025-11-11 13:49:01 +01:00
2026-02-13 14:09:52 -06:00