fixed user popup size issues

This commit is contained in:
fourtf
2019-09-08 20:05:40 +02:00
parent 343cd3970a
commit 3158ed4085
2 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -521,7 +521,7 @@ void BaseWindow::resizeEvent(QResizeEvent *)
getApp()->windows->queueSave();
#endif
this->moveIntoDesktopRect(this);
//this->moveIntoDesktopRect(this);
this->calcButtonsSizes();
}