better window size behavior under alacritty & terminator

This commit is contained in:
Lincoln Stein
2023-06-21 09:32:58 -04:00
parent 90df316835
commit b727442f84
2 changed files with 15 additions and 3 deletions

View File

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