mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
set stretch of switch dialog layout
This commit is contained in:
parent
280560652d
commit
797d5d2d9a
1 changed files with 4 additions and 0 deletions
|
|
@ -71,6 +71,10 @@ class SwitchAssetDialog(QtWidgets.QDialog):
|
|||
main_layout.addWidget(repre_label, 2, 2)
|
||||
# Btn column
|
||||
main_layout.addWidget(accept_btn, 1, 3)
|
||||
main_layout.setColumnStretch(0, 1)
|
||||
main_layout.setColumnStretch(1, 1)
|
||||
main_layout.setColumnStretch(2, 1)
|
||||
main_layout.setColumnStretch(3, 0)
|
||||
|
||||
assets_combox.currentIndexChanged.connect(
|
||||
self._combobox_value_changed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue