aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-03-01 15:18:01 -0500
committerSam Anthony <sam@samanthony.xyz>2025-03-01 15:18:01 -0500
commite7d1b40c7d0c2325eab045131d63d0d4860f88de (patch)
tree280d037ca1c2eff4ad6e449772c8f41cb0c37992
parent0d05cb75ee3c3d85481fe87ea287c97a439fe47a (diff)
downloadvolute-e7d1b40c7d0c2325eab045131d63d0d4860f88de.zip
increase label width
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index ac0acb9..b9319c5 100644
--- a/main.c
+++ b/main.c
@@ -24,7 +24,7 @@ enum window {
};
enum layout {
- LABEL_WIDTH = 128,
+ LABEL_WIDTH = 144,
UNIT_WIDTH = 48,
FIELD_WIDTH = 64,
};