hound fix

This commit is contained in:
Jakub Trllo 2022-05-03 17:31:51 +02:00
parent 50e19bbfc0
commit 8db65d56cc

View file

@ -774,7 +774,7 @@ class CreateDialog(QtWidgets.QDialog):
self._help_btn.set_pos_and_size(
max(0, pos_x), max(0, pos_y),
width, height
width, height
)
def _on_help_btn_resize(self, height):