Skip to content

Commit 9c8cc12

Browse files
author
Aaron Hill
committed
adding config to code block
1 parent 50ae77e commit 9c8cc12

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

samples/vision/inkrecognizer_sample.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,12 @@ def search(self, word):
125125
# </KeyScenarioExample>
126126

127127

128-
# <SampleUIConfig>
128+
# <SampleUI>
129129
CANVAS_WIDTH = 800
130130
CANVAS_HEIGHT = 500
131131
STROKE_COLOR = "#476042" # python green
132132
STROKE_WIDTH = 3
133-
# </SampleUIConfig>
134-
135133

136-
# <SampleUI>
137134
class InkRecognizerDemo:
138135
def __init__(self):
139136
self._master = Tk()

0 commit comments

Comments
 (0)