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: