mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Fix enlargening the window by shadow margin when resotring position
This commit is contained in:
parent
aa208fb7d0
commit
e0ddaf9da1
1 changed files with 1 additions and 1 deletions
|
@ -744,7 +744,7 @@ void MainWindow::initGeometry() {
|
|||
).arg(geometry.y()
|
||||
).arg(geometry.width()
|
||||
).arg(geometry.height()));
|
||||
setGeometry(geometry);
|
||||
RpWidget::setGeometry(geometry);
|
||||
}
|
||||
|
||||
void MainWindow::positionUpdated() {
|
||||
|
|
Loading…
Add table
Reference in a new issue