mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#481) Restore window maximized state
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user