auto generating bar lines, still buggy tho :/

This commit is contained in:
2026-01-14 10:31:26 +11:00
parent da25803519
commit a48f758bd0
10 changed files with 107 additions and 31 deletions

View File

@@ -7,6 +7,8 @@ from ui.widgets.project_settings import ProjectSettings
class AppUI(App):
CSS_PATH = "../assets/style.tcss"
def __init__(self, project):
super().__init__()
self.zoom_level = 0.05