Skip to content

fix: deck menu icon scaling on high resolution displays#9890

Open
BlythT wants to merge 1 commit intoCard-Forge:masterfrom
BlythT:fix/deck-menu-icon-scaling
Open

fix: deck menu icon scaling on high resolution displays#9890
BlythT wants to merge 1 commit intoCard-Forge:masterfrom
BlythT:fix/deck-menu-icon-scaling

Conversation

@BlythT
Copy link

@BlythT BlythT commented Feb 23, 2026

Using bicubic interpolation and anti-aliasing, the icons become much clearer and less "jank"

On my 2560 × 1440 monitor, the

Before After
Screenshot 2026-02-23 210021 Screenshot 2026-02-23 211006

I tried moving this rendering logic into the parent class (FLabel) to apply these rendering hints to all icons
but I found other icons (such as the small mana symbols against each deck) rendered more blurry so my change
is contained to just these specific icons.

Using bicubic interpolation and anti-aliasing,
the icons become much clearer and less "jank"
@BlythT BlythT force-pushed the fix/deck-menu-icon-scaling branch from 358c6af to 95e35a2 Compare February 23, 2026 09:37
@Hanmac Hanmac requested a review from kevlahnota February 23, 2026 09:54
@Hanmac Hanmac added the GUI label Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants