Skip to content

Commit

Permalink
fix line split
Browse files Browse the repository at this point in the history
Signed-off-by: matthias.gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Oct 5, 2023
1 parent be9734c commit 7925ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc_tui/mainForm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7925ae9

Please sign in to comment.