Fixed missing "," typo
This commit is contained in:
parent
309c9d50e2
commit
9582d017b0
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ layout = [[sg.TabGroup([[
|
|||
sg.Tab('Tab 2', tab2_layout)]], key='-TABGROUP-')],
|
||||
[sg.Button('Read')]]
|
||||
|
||||
window = sg.Window('My window with tabs', layout
|
||||
window = sg.Window('My window with tabs', layout,
|
||||
default_element_size=(12, 1))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue