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,5 +1,5 @@
#!/usr/bin/python3
version = __version__ = "0.35.0.2 Unreleased\nMassive update of docstrings (thanks nngogol), default for slider tick interval set automatically now, margins added to Window but not yet hooked up"
version = __version__ = "0.35.0.3 Unreleased\nMassive update of docstrings (thanks nngogol), default for slider tick interval set automatically now, margins added to Window but not yet hooked up, VSeparator added (spelling error)"
port = 'PySimpleGUIQt'
@ -2489,6 +2489,7 @@ class VerticalSeparator(Element):
VSeperator = VerticalSeparator
VSeparator = VerticalSeparator
VSep = VerticalSeparator