Remove window default geometry

This commit is contained in:
Atlante45 2015-01-20 02:11:51 -08:00
parent e4fa9e508e
commit 997f9384da

View file

@ -25,7 +25,7 @@
#include "Util.h"
namespace SettingHandles {
const SettingHandle<QRect> windowGeometry("WindowGeometry", qApp->desktop()->availableGeometry());
const SettingHandle<QRect> windowGeometry("WindowGeometry");
}