Getting more Demo Programs synced up. New demo for VPush too
This commit is contained in:
parent
409846bd3f
commit
1eb653d910
6 changed files with 48 additions and 14 deletions
|
@ -17,7 +17,7 @@ import PySimpleGUI as sg
|
|||
def main():
|
||||
column_to_be_centered = [ [sg.Text('My Window')],
|
||||
[sg.Input(key='-IN-')],
|
||||
[sg.Text(size=(12,1), key='-OUT-')],
|
||||
[sg.Text(size=(30,1), key='-OUT-')],
|
||||
[sg.Button('Go'), sg.Button('Exit')] ]
|
||||
|
||||
layout = [[sg.Text(key='-EXPAND-', font='ANY 1', pad=(0, 0))], # the thing that expands from top
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue