mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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
|
@ -144,7 +144,7 @@ void TitleWidgetQt::updateWindowExtents() {
|
||||||
if (hasShadow()) {
|
if (hasShadow()) {
|
||||||
Ui::Platform::SetWindowExtents(
|
Ui::Platform::SetWindowExtents(
|
||||||
window()->windowHandle(),
|
window()->windowHandle(),
|
||||||
resizeArea() * cIntRetinaFactor());
|
resizeArea());
|
||||||
|
|
||||||
_extentsSet = true;
|
_extentsSet = true;
|
||||||
} else if (_extentsSet) {
|
} else if (_extentsSet) {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 492121950da14615bfab6e6c9b4415a50899ddde
|
Subproject commit cf3975366630de43a9a5b25d1a68c0fb6404291a
|
Loading…
Add table
Reference in a new issue