aboutsummaryrefslogtreecommitdiffstats
path: root/widget.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-04-28 12:58:02 -0400
committerSam Anthony <sam@samanthony.xyz>2025-04-28 12:58:02 -0400
commit6dd78e69a9858a606eecb99ab9069834af2a6cec (patch)
treefee371701c70bfe0d6b0cb2cd722db19c5d6a643 /widget.h
parent8dbf0d70b04b7dbb995a74e1f5ee183228ab80ac (diff)
downloadvolute-6dd78e69a9858a606eecb99ab9069834af2a6cec.zip
compressor select widget
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,