Archived
1
Fork 0

Editor windows are now centered by default

This commit is contained in:
redstrate 2021-04-20 12:59:31 -04:00
parent 4cd63997ce
commit b07e1a2e12

View file

@ -1059,8 +1059,8 @@ void CommonEditor::load_options() {
lastOpenedFiles.push_back(file.get<std::string>());
}
else {
defaultX = 0;
defaultY = 0;
defaultX = -1;
defaultY = -1;
defaultWidth = 1280;
defaultHeight = 720;
}