From 2d03a3bb10c45105d8ad7252db958a5c065a104c Mon Sep 17 00:00:00 2001 From: Javanaut Date: Fri, 7 Nov 2025 15:17:13 +0100 Subject: [PATCH] ff --- src/ffx/pattern_details_screen.py | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/src/ffx/pattern_details_screen.py b/src/ffx/pattern_details_screen.py index 697aac0..0f2cd52 100644 --- a/src/ffx/pattern_details_screen.py +++ b/src/ffx/pattern_details_screen.py @@ -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()