0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 21:53:54 +01:00
This commit is contained in:
2025-08-31 18:04:03 +02:00
parent a88e1af005
commit a311c9473f

View File

@@ -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