added margins to footer layout

This commit is contained in:
iLLiCiTiT 2021-08-25 18:55:55 +02:00
parent 5aabef9f9b
commit 1323ad1753

View file

@ -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)