Added VSeparator (VSeperator was a spelling error... both are available so take your pick)

This commit is contained in:
PySimpleGUI 2020-06-14 04:59:05 -04:00
parent 57ec3dee16
commit 46ee5a17e9
4 changed files with 9 additions and 6 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/python3
version = __version__ = "4.20.0.1 Unreleased\n Ability to add your own theme easier using theme_add_new"
version = __version__ = "4.20.0.3 Unreleased\n Ability to add your own theme easier using theme_add_new, VSeparator added (spelling error)"
port = 'PySimpleGUI'
@ -4580,6 +4580,7 @@ class VerticalSeparator(Element):
VSeperator = VerticalSeparator
VSeparator = VerticalSeparator
VSep = VerticalSeparator