Fixed missing "," typo
This commit is contained in:
parent
309c9d50e2
commit
9582d017b0
|
@ -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…
Reference in New Issue