From 2dbc10280a4e5e8c145d5ba9f3aafaa958fddc3f Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Tue, 19 Nov 2024 22:21:17 -0800 Subject: [PATCH] lora config is long - make the settings taller --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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