We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223cd18 commit 3363fa4Copy full SHA for 3363fa4
DemoPrograms/Demo_Graph_Custom_Progress_Meter.py
@@ -17,7 +17,7 @@
17
18
import PySimpleGUI as sg
19
20
-# 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
21
GRAPH_SIZE = (300 , 300) # this one setting drives the other settings
22
CIRCLE_LINE_WIDTH, LINE_COLOR = 20, 'yellow'
23
TEXT_FONT = 'Courier'
0 commit comments