mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
change separator size
This commit is contained in:
parent
542efb57bc
commit
99096269b5
1 changed files with 2 additions and 2 deletions
|
|
@ -329,8 +329,8 @@ class CreateDialog(QtWidgets.QDialog):
|
|||
|
||||
attr_separator_widget = QtWidgets.QWidget(self)
|
||||
attr_separator_widget.setObjectName("Separator")
|
||||
attr_separator_widget.setMinimumHeight(2)
|
||||
attr_separator_widget.setMaximumHeight(2)
|
||||
attr_separator_widget.setMinimumHeight(1)
|
||||
attr_separator_widget.setMaximumHeight(1)
|
||||
|
||||
# Precreate attributes widget
|
||||
pre_create_widget = PreCreateWidget(creator_attrs_widget)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue