From 3363fa48c0819ff454a59a53988557d1c8eda8c9 Mon Sep 17 00:00:00 2001 From: PySimpleGUI Date: Sat, 5 Mar 2022 06:18:05 -0500 Subject: [PATCH] Fixed simple typo --- DemoPrograms/Demo_Graph_Custom_Progress_Meter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DemoPrograms/Demo_Graph_Custom_Progress_Meter.py b/DemoPrograms/Demo_Graph_Custom_Progress_Meter.py index 3bf7ded4..470501e7 100644 --- a/DemoPrograms/Demo_Graph_Custom_Progress_Meter.py +++ b/DemoPrograms/Demo_Graph_Custom_Progress_Meter.py @@ -17,7 +17,7 @@ import PySimpleGUI as sg -# Settings for you to modify are the size of the element, the circle width & color and the foht for the % complete +# Settings for you to modify are the size of the element, the circle width & color and the font for the % complete GRAPH_SIZE = (300 , 300) # this one setting drives the other settings CIRCLE_LINE_WIDTH, LINE_COLOR = 20, 'yellow' TEXT_FONT = 'Courier'