From 7925ae9437447ce4bfdcce682ee1a98d58b2c4c8 Mon Sep 17 00:00:00 2001 From: "matthias.gatto" Date: Thu, 5 Oct 2023 13:53:41 +0200 Subject: [PATCH] fix line split Signed-off-by: matthias.gatto --- osc_tui/mainForm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc_tui/mainForm.py b/osc_tui/mainForm.py index 9bb815b..3dafb8e 100644 --- a/osc_tui/mainForm.py +++ b/osc_tui/mainForm.py @@ -58,7 +58,7 @@ def swicthToVolumeLink(self, id, volume): class mainMenu(oscscreen.MultiLineAction): - def __init__(self, screen, form=None, draw_line_at=11, *args, **keywords): + def __init__(self, screen, form=None, draw_line_at=12, *args, **keywords): super().__init__(screen, *args, **keywords) self.form = form self.cursor_line = SELECTED_BUTTON