From 5ce7ecc165aa0acc40be67a26e4e0d1696ec4402 Mon Sep 17 00:00:00 2001 From: SpookyDervish Date: Fri, 16 Jan 2026 09:11:02 +1100 Subject: [PATCH] tiny change to zoom --- src/ui/widgets/timeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/widgets/timeline.py b/src/ui/widgets/timeline.py index 3a15c47..9657a5e 100644 --- a/src/ui/widgets/timeline.py +++ b/src/ui/widgets/timeline.py @@ -119,7 +119,7 @@ class Timeline(Vertical): if self.app.zoom_level >= 0.09 and bar_line.has_class("beat-line"): bar_line.display = False else: - if self.app.zoom_level < 0.18: + if self.app.zoom_level < 0.2: bar_line.display = True else: if bar_line.has_class("bar-line") and bar_line.index % 16 == 0: