mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #103961 from bruvzg/win_pos_sync
Sync `display/window/size/initial_position_type` and `Window::WINDOW_INITIAL_POSITION_` enum.
This commit is contained in:
commit
c8a94993bf
3 changed files with 9 additions and 8 deletions
|
|
@ -102,7 +102,7 @@ public:
|
|||
DEFAULT_WINDOW_SIZE = 100,
|
||||
};
|
||||
|
||||
// Keep synced with enum hint for `initial_position` property.
|
||||
// Keep synced with enum hint for `initial_position` property and `display/window/size/initial_position_type` project setting.
|
||||
enum WindowInitialPosition {
|
||||
WINDOW_INITIAL_POSITION_ABSOLUTE,
|
||||
WINDOW_INITIAL_POSITION_CENTER_PRIMARY_SCREEN,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue