grid lines and some ui fixes :D
This commit is contained in:
@@ -9,9 +9,12 @@ from ui.widgets.project_settings import ProjectSettings
|
||||
class AppUI(App):
|
||||
CSS_PATH = "../assets/style.tcss"
|
||||
|
||||
theme = "atom-one-dark"
|
||||
|
||||
def __init__(self, project):
|
||||
super().__init__()
|
||||
self.zoom_level = 0.05
|
||||
self.last_zoom_level = self.zoom_level
|
||||
self.project = project
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user