mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Revert "Fix enlargening the window by shadow margin when resotring position"
This reverts commit e0ddaf9da1
.
This commit is contained in:
parent
65ddbec794
commit
1e7117dd67
2 changed files with 2 additions and 2 deletions
|
@ -744,7 +744,7 @@ void MainWindow::initGeometry() {
|
|||
).arg(geometry.y()
|
||||
).arg(geometry.width()
|
||||
).arg(geometry.height()));
|
||||
RpWidget::setGeometry(geometry);
|
||||
setGeometry(geometry);
|
||||
}
|
||||
|
||||
void MainWindow::positionUpdated() {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 6732aa70e94202f0d7f135e45a89ba65e6c5c287
|
||||
Subproject commit 180b0bc51796dcbe5d9371280e49fda24dfaf0fd
|
Loading…
Add table
Reference in a new issue