mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 07:07:08 +02:00
Revert "Take in account device pixel ratio when setting window extents"
This reverts commit d44f076f0b
.
This commit is contained in:
parent
bbf49b024a
commit
5b0ad9ec4d
2 changed files with 2 additions and 2 deletions
Telegram
|
@ -144,7 +144,7 @@ void TitleWidgetQt::updateWindowExtents() {
|
|||
if (hasShadow()) {
|
||||
Ui::Platform::SetWindowExtents(
|
||||
window()->windowHandle(),
|
||||
resizeArea() * cIntRetinaFactor());
|
||||
resizeArea());
|
||||
|
||||
_extentsSet = true;
|
||||
} else if (_extentsSet) {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 492121950da14615bfab6e6c9b4415a50899ddde
|
||||
Subproject commit cf3975366630de43a9a5b25d1a68c0fb6404291a
|
Loading…
Add table
Reference in a new issue