mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:24:22 +02:00
Remove window default geometry
This commit is contained in:
parent
e4fa9e508e
commit
997f9384da
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
#include "Util.h"
|
||||
|
||||
namespace SettingHandles {
|
||||
const SettingHandle<QRect> windowGeometry("WindowGeometry", qApp->desktop()->availableGeometry());
|
||||
const SettingHandle<QRect> windowGeometry("WindowGeometry");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue