fix Windows build + inversion of variables
2 fixes here:
- conversion from 'Plasma::FrameSvg::EnabledBorders' to 'uint' requires a narrowing conversion (https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/168#note_153932)
- after looking at it, it seems the call switched the
devicePixelRatio
andscaleFactor
(https://invent.kde.org/frameworks/plasma-framework/-/blob/master/src/plasma/private/svg_p.h#L57-58)
Edited by Johnny Jazeix