diff --git a/beskar/popups.py b/beskar/popups.py index 4e3c5fa..03e527f 100644 --- a/beskar/popups.py +++ b/beskar/popups.py @@ -213,7 +213,7 @@ def __init__(self, parent): self.ok_button.setObjectName('ok_button') self.main_layout = QtWidgets.QVBoxLayout() - self.main_layout.addWidget(self.header) + self.main_layout.addWidget(self.header, alignment=QtCore.Qt.AlignmentFlag.AlignCenter) self.main_layout.addWidget(self.description) self.main_layout.addWidget(self.dont_show_again, alignment=QtCore.Qt.AlignmentFlag.AlignRight) self.main_layout.addWidget(self.ok_button, alignment=QtCore.Qt.AlignmentFlag.AlignRight)