bug in log

This commit is contained in:
2026-04-09 05:02:21 -04:00
parent dff508c25b
commit b55493221d
5 changed files with 40 additions and 26 deletions

1
qt.py
View File

@@ -2540,7 +2540,6 @@ class BalBuildWillDialog(BalDialog):
label=label.replace("\n","<br>")
qlabel=QLabel(label)
self.labelsbox.addWidget(QLabel(label),1)
self.setMinimumHeight(30*(len(self.labels)+2))
def get_text(self):