mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
changed margins of "label" item in settings
This commit is contained in:
parent
2b492d4c49
commit
71af6620b0
1 changed files with 1 additions and 1 deletions
|
|
@ -3981,7 +3981,7 @@ class LabelWidget(QtWidgets.QWidget):
|
|||
label = configuration["label"]
|
||||
|
||||
layout = QtWidgets.QHBoxLayout(self)
|
||||
layout.setContentsMargins(5, 5, 5, 5)
|
||||
layout.setContentsMargins(0, 5, 0, 5)
|
||||
label_widget = QtWidgets.QLabel(label, self)
|
||||
layout.addWidget(label_widget)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue