mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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.y()
|
||||||
).arg(geometry.width()
|
).arg(geometry.width()
|
||||||
).arg(geometry.height()));
|
).arg(geometry.height()));
|
||||||
setGeometry(geometry);
|
RpWidget::setGeometry(geometry);
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::positionUpdated() {
|
void MainWindow::positionUpdated() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue