Fixed simple typo

This commit is contained in:
PySimpleGUI 2022-03-05 06:18:05 -05:00
parent 223cd18964
commit 3363fa48c0
1 changed files with 1 additions and 1 deletions

View File

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