How do I increase the size of lat / long when I issue commands? #11
-
I want to more easily find positions to build new commands / behaviors on, but the font size is super small and I'm bad at Python. Which snippet in the example app should I edit? |
Beta Was this translation helpful? Give feedback.
Answered by
iliabaranov
Jul 22, 2022
Replies: 1 comment
-
Hey Stefan! So just change the 7 above to something larger (say 12) to make it larger. Cheers! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
iliabaranov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey Stefan!
The font shown on the image is controlled via the font specified at the top of the file:
font = ("Courier New", 7)
So just change the 7 above to something larger (say 12) to make it larger.
Cheers!