make log message textbox deeper

This commit is contained in:
Lincoln Stein 2023-06-06 17:23:13 -04:00
parent 5eeb4b8e06
commit 13fa0d3bc0

View File

@ -183,7 +183,7 @@ class addModelsForm(CyclingForm, npyscreen.FormMultiPage):
BufferBox,
name='Log Messages',
editable=False,
max_height = 15,
max_height = 20,
)
self.nextrely += 1