|
|
|
|
@ -334,12 +334,10 @@ class PatternDetailsScreen(Screen):
|
|
|
|
|
yield TextArea(id="notes_textarea", classes="four_box seven")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 4 -> 8
|
|
|
|
|
# 8
|
|
|
|
|
yield Static(" ", classes="seven")
|
|
|
|
|
|
|
|
|
|
# 5
|
|
|
|
|
# 9
|
|
|
|
|
yield Static("Media Tags")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -356,13 +354,13 @@ class PatternDetailsScreen(Screen):
|
|
|
|
|
yield Static(" ")
|
|
|
|
|
yield Static(" ")
|
|
|
|
|
|
|
|
|
|
# 6
|
|
|
|
|
# 10
|
|
|
|
|
yield self.tagsTable
|
|
|
|
|
|
|
|
|
|
# 7
|
|
|
|
|
# 11
|
|
|
|
|
yield Static(" ", classes="seven")
|
|
|
|
|
|
|
|
|
|
# 8
|
|
|
|
|
# 12
|
|
|
|
|
yield Static("Streams")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -379,21 +377,21 @@ class PatternDetailsScreen(Screen):
|
|
|
|
|
yield Button("Up", id="button_track_up")
|
|
|
|
|
yield Button("Down", id="button_track_down")
|
|
|
|
|
|
|
|
|
|
# 9
|
|
|
|
|
# 13
|
|
|
|
|
yield self.tracksTable
|
|
|
|
|
|
|
|
|
|
# 10
|
|
|
|
|
# 14
|
|
|
|
|
yield Static(" ", classes="seven")
|
|
|
|
|
|
|
|
|
|
# 11
|
|
|
|
|
# 15
|
|
|
|
|
yield Static(" ", classes="seven")
|
|
|
|
|
|
|
|
|
|
# 12
|
|
|
|
|
# 16
|
|
|
|
|
yield Button("Save", id="save_button")
|
|
|
|
|
yield Button("Cancel", id="cancel_button")
|
|
|
|
|
yield Static(" ", classes="five")
|
|
|
|
|
|
|
|
|
|
# 13
|
|
|
|
|
# 17
|
|
|
|
|
yield Static(" ", classes="seven")
|
|
|
|
|
|
|
|
|
|
yield Footer()
|
|
|
|
|
|