mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
set spacing between buttons
This commit is contained in:
parent
e4ed21623a
commit
b8ed125569
1 changed files with 1 additions and 0 deletions
|
|
@ -1127,6 +1127,7 @@ class GlobalAttrsWidget(QtWidgets.QWidget):
|
|||
btns_layout = QtWidgets.QHBoxLayout()
|
||||
btns_layout.setContentsMargins(0, 0, 0, 0)
|
||||
btns_layout.addStretch(1)
|
||||
btns_layout.setSpacing(5)
|
||||
btns_layout.addWidget(submit_btn)
|
||||
btns_layout.addWidget(cancel_btn)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue