Wider input field
This commit is contained in:
parent
ff79a74f82
commit
76f1aad555
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import os
|
|||
'''
|
||||
|
||||
layout = [[sg.Text('What would you like me to say?')],
|
||||
[sg.Multiline(size=(40,10), enter_submits=True)],
|
||||
[sg.Multiline(size=(60,10), enter_submits=True)],
|
||||
[sg.RButton('Speak', bind_return_key=True), sg.Exit()]]
|
||||
|
||||
window = sg.Window('Google Text to Speech').Layout(layout)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue