mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
define stretch of subset name input and button
This commit is contained in:
parent
709757c69a
commit
cb67bc5d65
1 changed files with 2 additions and 2 deletions
|
|
@ -48,8 +48,8 @@ class FamilyWidget(QtWidgets.QWidget):
|
|||
|
||||
# endregion
|
||||
name_layout = QtWidgets.QHBoxLayout()
|
||||
name_layout.addWidget(input_subset)
|
||||
name_layout.addWidget(btn_subset)
|
||||
name_layout.addWidget(input_subset, 1)
|
||||
name_layout.addWidget(btn_subset, 0)
|
||||
name_layout.setContentsMargins(0, 0, 0, 0)
|
||||
|
||||
# version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue