From 6f9a92ba751a19cc3b076f6e848d7a56309d493b Mon Sep 17 00:00:00 2001 From: PySimpleGUI Date: Fri, 25 Sep 2020 18:12:21 -0400 Subject: [PATCH] Spelling errors. Changed to dark theme --- DemoPrograms/Demo_Buttons_Base64_Shaded.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/DemoPrograms/Demo_Buttons_Base64_Shaded.py b/DemoPrograms/Demo_Buttons_Base64_Shaded.py index 325de82c..4c485294 100644 --- a/DemoPrograms/Demo_Buttons_Base64_Shaded.py +++ b/DemoPrograms/Demo_Buttons_Base64_Shaded.py @@ -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')], [