mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added stretches
This commit is contained in:
parent
8db65d56cc
commit
289e35d68d
1 changed files with 2 additions and 0 deletions
|
|
@ -91,6 +91,8 @@ class AttributeDefinitionsWidget(QtWidgets.QWidget):
|
|||
layout.deleteLater()
|
||||
|
||||
new_layout = QtWidgets.QGridLayout()
|
||||
new_layout.setColumnStretch(0, 0)
|
||||
new_layout.setColumnStretch(1, 1)
|
||||
self.setLayout(new_layout)
|
||||
|
||||
def set_attr_defs(self, attr_defs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue