(#481) Restore window maximized state

This commit is contained in:
Magne Sjaastad
2015-09-17 09:04:15 +02:00
parent f1233e485a
commit c6caea2869
3 changed files with 22 additions and 3 deletions

View File

@@ -31,7 +31,8 @@ int main(int argc, char *argv[])
QString platform = cvf::System::is64Bit() ? "(64bit)" : "(32bit)";
window.setWindowTitle("ResInsight " + platform);
window.setDefaultWindowSize();
window.show();
window.loadWinGeoAndDockToolBarLayout();
window.showWindow();
if (app.parseArguments())
{