mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
added margins to footer layout
This commit is contained in:
parent
5aabef9f9b
commit
1323ad1753
1 changed files with 1 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ class SettingsCategoryWidget(QtWidgets.QWidget):
|
|||
refresh_btn.setIcon(refresh_icon)
|
||||
|
||||
footer_layout = QtWidgets.QHBoxLayout()
|
||||
footer_layout.setContentsMargins(5, 5, 5, 5)
|
||||
if self.user_role == "developer":
|
||||
self._add_developer_ui(footer_layout)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue