Spelling errors. Changed to dark theme
This commit is contained in:
parent
073ae115eb
commit
6f9a92ba75
|
@ -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')],
|
||||
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue