vial/src/main/python/constants.py

6 lines
95 B
Python
Raw Normal View History

2020-10-16 15:16:28 -04:00
KEY_WIDTH = 40
KEY_HEIGHT = KEY_WIDTH
KEY_SPACING = 4
WINDOW_WIDTH, WINDOW_HEIGHT = 1024, 768