Demo Matplotlib, Canvas Element changes, new Frame Element, added pad to Text, Slider

Plus a few other tweaks & bug fixes
This commit is contained in:
MikeTheWatchGuy 2018-08-26 22:16:54 -04:00
parent 4062b2b41c
commit 0def4bf436
4 changed files with 111 additions and 25 deletions

View file

@ -7,7 +7,7 @@ def Launcher():
layout = [
[sg.Text('Script output....', size=(40, 1))],
[sg.Output(size=(88, 20))],
[sg.Output(size=(88, 20), font='Courier 10')],
[sg.ReadFormButton('script1'), sg.ReadFormButton('script2'), sg.SimpleButton('EXIT')],
[sg.Text('Manual command', size=(15,1)), sg.InputText(focus=True), sg.ReadFormButton('Run', bind_return_key=True)]
]