Increase the default project window size for better usability #55032
+15
−11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The new default window size is tuned to:
This breaks compatibility with projects that didn't change the window size from the default value (or that kept one of the values to its default).
On the list of 16:9 resolutions that divide by 8, 1152×648 is a middle ground between 1024×576 and 1280×720. 1024×576 would have been even smaller than the current default, but it would have been 16:9 unlike the current default resolution which has a ~1.706 aspect ratio. In contrast, 1280×720 is too large to work everywhere (see below).
Preview
Why not 1280×720?
On a 1366×768 monitor (still common in budget laptops today), a 1280×720 window can't be displayed correctly in windowed mode when using the default Windows 10 configuration:
In contrast, a 1152×648 window fits well.