diff --git a/igniter/install_dialog.py b/igniter/install_dialog.py index 14ad7153d7..0f788b97ce 100644 --- a/igniter/install_dialog.py +++ b/igniter/install_dialog.py @@ -75,7 +75,7 @@ class ButtonWithOptions(QtWidgets.QFrame): def resizeEvent(self, event): super(ButtonWithOptions, self).resizeEvent(event) - self.options_btn.setFixedHeight(self.height()) + self.options_btn.setFixedHeight(self.main_btn.height()) def _on_options_click(self): point = self.mapToGlobal(self.rect().bottomLeft())