mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fixed buttons expandings
This commit is contained in:
parent
24c49a7cc3
commit
75fd04ca2b
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ class PypeInfoWidget(QtWidgets.QWidget):
|
|||
export_to_file_btn = QtWidgets.QPushButton(
|
||||
"Export", btns_widget
|
||||
)
|
||||
btns_layout.addWidget(QtWidgets.QWidget(btns_widget))
|
||||
btns_layout.addWidget(QtWidgets.QWidget(btns_widget), 1)
|
||||
btns_layout.addWidget(copy_to_clipboard_btn)
|
||||
btns_layout.addWidget(export_to_file_btn)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue