Skip to content

Expose device pixel ratio to clients

David Edmundson requested to merge work/d_ed/decoration_dpr into master

Expose display pixel ratio to KDecoration so it can be used by KDecoration and any themes that uses it, to modify border sizes and other variables based on the dpr. This is useful for current solutions to fix the gaps between borders bug, without making that fix affect unscaled windows, where it causes different issues.

Merge request reports