diff --git a/settings.py b/settings.py index cd4624b..51c9d4e 100644 --- a/settings.py +++ b/settings.py @@ -647,7 +647,7 @@ def nested_menu(stdscr, menu, interface): def settings(stdscr, interface): - popup_height = 20 + popup_height = 22 popup_width = 60 popup_win = None y_start = (curses.LINES - popup_height) // 2