mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
better window size behavior under alacritty & terminator
This commit is contained in:
@ -161,7 +161,7 @@ class addModelsForm(CyclingForm, npyscreen.FormMultiPage):
|
||||
BufferBox,
|
||||
name='Log Messages',
|
||||
editable=False,
|
||||
max_height = 16,
|
||||
max_height = 10,
|
||||
)
|
||||
|
||||
self.nextrely += 1
|
||||
|
Reference in New Issue
Block a user