tiny change to zoom
This commit is contained in:
@@ -119,7 +119,7 @@ class Timeline(Vertical):
|
|||||||
if self.app.zoom_level >= 0.09 and bar_line.has_class("beat-line"):
|
if self.app.zoom_level >= 0.09 and bar_line.has_class("beat-line"):
|
||||||
bar_line.display = False
|
bar_line.display = False
|
||||||
else:
|
else:
|
||||||
if self.app.zoom_level < 0.18:
|
if self.app.zoom_level < 0.2:
|
||||||
bar_line.display = True
|
bar_line.display = True
|
||||||
else:
|
else:
|
||||||
if bar_line.has_class("bar-line") and bar_line.index % 16 == 0:
|
if bar_line.has_class("bar-line") and bar_line.index % 16 == 0:
|
||||||
|
|||||||
Reference in New Issue
Block a user