Editor windows are now centered by default
This commit is contained in:
parent
4cd63997ce
commit
b07e1a2e12
1 changed files with 2 additions and 2 deletions
|
@ -1059,8 +1059,8 @@ void CommonEditor::load_options() {
|
||||||
lastOpenedFiles.push_back(file.get<std::string>());
|
lastOpenedFiles.push_back(file.get<std::string>());
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
defaultX = 0;
|
defaultX = -1;
|
||||||
defaultY = 0;
|
defaultY = -1;
|
||||||
defaultWidth = 1280;
|
defaultWidth = 1280;
|
||||||
defaultHeight = 720;
|
defaultHeight = 720;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue