Changed default and min window sizes

The new default window size is 1280x720, and the new minimum window size is 1024x576.
This commit is contained in:
OverloadedOrama 2020-04-05 00:45:19 +03:00
parent 3ca1d00b98
commit 4bfe199cf0
4 changed files with 54 additions and 49 deletions

View file

@ -32,6 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Visual change, added border outlines to all window dialogs.
- Animation now loops by default.
- Onion skinning settings have been moved to a popup window, and 2 new buttons were added. One that toggles onion skinning, and one that opens the settings window.
- The default window size is now 1280x720, and the minimum window size is 1024x576.
- The splash screen is no longer purple, it now gets affected by the chosen theme.
### Fixed