Skip to content

Commit

Permalink
set sane window size if no config file exists
Browse files Browse the repository at this point in the history
  • Loading branch information
andimachovec committed Jan 24, 2022
1 parent 04f828a commit 32ae90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ App::ReadyToRun()
// set default frame and add to settings message
if (!frame_retrieved)
{
mainwindow_frame.Set(100,100,750,500);
mainwindow_frame.Set(100,100,412,653);
settings_message.AddRect("mainwindow_frame", mainwindow_frame);
settings_message.Flatten(settings_file);
}
Expand Down

0 comments on commit 32ae90a

Please sign in to comment.