]> git.ipfire.org Git - people/ms/bricklayer.git/commit
tui: Don't try to automatically size the text on progress windows
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 15 Mar 2025 12:28:18 +0000 (12:28 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 15 Mar 2025 12:28:18 +0000 (12:28 +0000)
commite4102f40fcc2bc39a87b80f0ae6c965218e69aad
tree8b14652f5acbc4717e3a22b69fcc86e208f8fab1
parent25d2fbce9f1dceda4205923d222822be4f4b2b67
tui: Don't try to automatically size the text on progress windows

As we will change the status during the operation and we don't set a
text at the beginning, the textbox is sized as zero length and therefore
the status was never seen.

This patch always makes the text box one line high.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/python/tui.py