aboutsummaryrefslogtreecommitdiff
path: root/src/ui_implementation.odin
diff options
context:
space:
mode:
authorSan Jacobs2023-10-15 15:44:43 +0200
committerSan Jacobs2023-10-15 15:44:43 +0200
commitce29f3a14900b7ec3e4916af7956dfe5baf3aaf0 (patch)
tree58e9673b729421b8781c1d7eebc4ce8292097a5e /src/ui_implementation.odin
parent871436abc5a0a27bc9e70204edf19b27bfefab45 (diff)
downloadsatscalc-ce29f3a14900b7ec3e4916af7956dfe5baf3aaf0.tar.gz
satscalc-ce29f3a14900b7ec3e4916af7956dfe5baf3aaf0.tar.bz2
satscalc-ce29f3a14900b7ec3e4916af7956dfe5baf3aaf0.zip
Calculating and displaying real prices
Diffstat (limited to 'src/ui_implementation.odin')
-rw-r--r--src/ui_implementation.odin4
1 files changed, 2 insertions, 2 deletions
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