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