From a311c9473fdd8306eb768ff733c2d5078268bfc7 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sun, 31 Aug 2025 18:04:03 +0200 Subject: [PATCH] test --- radioPlaylist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radioPlaylist.py b/radioPlaylist.py index e3ff29d..1d25548 100644 --- a/radioPlaylist.py +++ b/radioPlaylist.py @@ -850,7 +850,7 @@ class Application: term_width, term_height = self.terminal.get_terminal_size() header_height = self.display.get_header_height() - visible_lines = term_height - (header_height + 4) + visible_lines = term_height - (header_height + 5) if self.selected_idx < self.scroll_offset: self.scroll_offset = self.selected_idx