mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 23:27:09 +02:00
Take in account device pixel ratio when setting window extents
This commit is contained in:
parent
3637fec397
commit
d44f076f0b
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ void TitleWidgetQt::updateWindowExtents() {
|
|||
if (hasShadow()) {
|
||||
Platform::SetWindowExtents(
|
||||
window()->windowHandle(),
|
||||
resizeArea());
|
||||
resizeArea() * cIntRetinaFactor());
|
||||
|
||||
_extentsSet = true;
|
||||
} else if (_extentsSet) {
|
||||
|
|
Loading…
Add table
Reference in a new issue