mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
dict widget has right margins
This commit is contained in:
parent
47da6e6884
commit
37f901ad09
1 changed files with 1 additions and 1 deletions
|
|
@ -1580,7 +1580,7 @@ class DictWidget(QtWidgets.QWidget, ConfigObject):
|
|||
|
||||
content_widget = QtWidgets.QWidget(body_widget)
|
||||
content_layout = QtWidgets.QVBoxLayout(content_widget)
|
||||
content_layout.setContentsMargins(CHILD_OFFSET, 3, 0, 3)
|
||||
content_layout.setContentsMargins(CHILD_OFFSET, 5, 0, 0)
|
||||
|
||||
body_widget.set_content_widget(content_widget)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue