https://bugs.kde.org/show_bug.cgi?id=505526
--- Comment #6 from Noah Davis <noaha...@gmail.com> --- (In reply to Akira from comment #5) > Then I remembered that some environment variables have been set system-wide: > > ``` > export QT_SCREEN_SCALE_FACTORS=1 > export QT_FONT_DPI=120 > ``` > > Is this behavior expected, or should Spectacle adjust canvasRect to account > for the device pixel ratio? > > Thanks again for your help! Oh, that explains. Don't set font DPI to scale the UI. Instead, use the UI scale setting in the display settings or change your font size. Spectacle already considers DPR, but the DPR it uses comes from the info passed from KWin about the screenshot KWin gave Spectacle. Maybe KWin is missing something to detect DPR in this situation (intentionally or unintentionally). The official stance is that users shouldn't do UI scaling with custom font DPIs. -- You are receiving this mail because: You are watching all bug changes.