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