mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
restart label is centered in footer
This commit is contained in:
parent
1be72669a9
commit
4bdcc8fc04
1 changed files with 2 additions and 2 deletions
|
|
@ -184,8 +184,8 @@ class SettingsCategoryWidget(QtWidgets.QWidget):
|
|||
|
||||
save_btn = QtWidgets.QPushButton("Save", footer_widget)
|
||||
require_restart_label = QtWidgets.QLabel(footer_widget)
|
||||
footer_layout.addStretch(1)
|
||||
footer_layout.addWidget(require_restart_label, 0)
|
||||
require_restart_label.setAlignment(QtCore.Qt.AlignCenter)
|
||||
footer_layout.addWidget(require_restart_label, 1)
|
||||
footer_layout.addWidget(save_btn, 0)
|
||||
|
||||
configurations_layout = QtWidgets.QVBoxLayout(configurations_widget)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue