tiny change to zoom

This commit is contained in:
SpookyDervish
2026-01-16 09:11:02 +11:00
parent dc8eeec839
commit 5ce7ecc165

View File

@@ -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: