Release 4.51.0

This commit is contained in:
PySimpleGUI 2021-10-18 14:28:39 -04:00
parent f16eed5b67
commit a05af0ad97
6 changed files with 38 additions and 3 deletions

View file

@ -2226,6 +2226,14 @@ Column Element allow None for 1 size direction
* `popup_scrolled` added 1 line per argument to fit the contents better in some cases
## 4.51.0 PySimpleGUI 18-Oct-2021
`relative_location` parameter for `Window`
* New parameter for `Window` - `relative_location`
* Locates the window at an **offset** from the normal location
* Very useful for multi-window applications
* Also works when you've set a default window location using the `set_options` call.
## Code Condition
Make it run