aboutsummaryrefslogtreecommitdiffstats
path: root/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'widget.h')
-rw-r--r--widget.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/widget.h b/widget.h
index e1bbf2c..905e44e 100644
--- a/widget.h
+++ b/widget.h
@@ -1,3 +1,9 @@
+enum layout {
+ LABEL_WIDTH = 128,
+ UNIT_WIDTH = 52,
+ FIELD_WIDTH = 64,
+};
+
enum {
FIELD_SIZE = 64,
NUMBER_SIZE = 128,