lora config is long - make the settings taller

This commit is contained in:
pdxlocations
2024-11-19 22:21:17 -08:00
parent 659addd0ee
commit 2dbc10280a
+1 -1
View File
@@ -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