mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 06:07:45 +00:00
Take in account device pixel ratio when setting window extents
This commit is contained in:
parent
3637fec397
commit
d44f076f0b
@ -147,7 +147,7 @@ void TitleWidgetQt::updateWindowExtents() {
|
||||
if (hasShadow()) {
|
||||
Platform::SetWindowExtents(
|
||||
window()->windowHandle(),
|
||||
resizeArea());
|
||||
resizeArea() * cIntRetinaFactor());
|
||||
|
||||
_extentsSet = true;
|
||||
} else if (_extentsSet) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user