Spelling errors. Changed to dark theme

This commit is contained in:
PySimpleGUI 2020-09-25 18:12:21 -04:00
parent 073ae115eb
commit 6f9a92ba75
1 changed files with 4 additions and 3 deletions

View File

@ -16,12 +16,13 @@ import PySimpleGUI as sg
"""
def main():
sg.theme('Light Green 6')
# sg.theme('Light Green 6')
# sg.theme('Dark Red')
sg.theme('Dark Green 7')
layout = [ [sg.Text('Some Base64 Buttons', font='Default 16')],
[sg.Text('The size is modified using the image_subsample paramter')],
[sg.Text('The size is modified using the image_subsample parameter')],
[sg.Text("All of these buttons are contained in this program's source code")],
[sg.Text('These are super-attractive buttons... better are coming.')],
[sg.Text('These are not super-attractive buttons... better are coming... perhaps with your help.')],
[sg.Text('The point is that it is not difficult for you to add button graphics to your GUI')],
[