From ce29f3a14900b7ec3e4916af7956dfe5baf3aaf0 Mon Sep 17 00:00:00 2001 From: San Jacobs Date: Sun, 15 Oct 2023 15:44:43 +0200 Subject: Calculating and displaying real prices --- src/ui_implementation.odin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui_implementation.odin') diff --git a/src/ui_implementation.odin b/src/ui_implementation.odin index 6839b57..71f0e94 100644 --- a/src/ui_implementation.odin +++ b/src/ui_implementation.odin @@ -51,8 +51,8 @@ sizings : Sizings = { wrap = 90, price = 100, lunch = 100, - timeline = 32, - inter_timeline = 5, + timeline = 30, + inter_timeline = 3, } DAY_HEIGHT :: 35 // Only here for legacy UI -- cgit v1.2.1