Wider input field

This commit is contained in:
MikeTheWatchGuy 2018-10-24 16:57:48 -04:00
parent ff79a74f82
commit 76f1aad555
1 changed files with 1 additions and 1 deletions

View File

@ -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)