1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 01:35:21 +03:00

Main window position restored (fix #996)

This commit is contained in:
Andre Bernet 2014-04-19 20:49:11 +02:00
parent c41c7469b8
commit 2eed4ea8e2

View file

@ -102,6 +102,7 @@ MainWindow::MainWindow():
updateMenus();
restoreState(g.mainWinState());
restoreGeometry(g.mainWinGeo());
setUnifiedTitleAndToolBarOnMac(true);
this->setWindowIcon(QIcon(":/icon.png"));