mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added spacing between left and right widget
This commit is contained in:
parent
e40847f61f
commit
97c1a14de4
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ class ColorPickerWidget(QtWidgets.QWidget):
|
|||
right_layout.setRowStretch(row, 1)
|
||||
|
||||
layout = QtWidgets.QHBoxLayout(self)
|
||||
layout.setSpacing(5)
|
||||
layout.setSpacing(20)
|
||||
layout.addWidget(left_side, 1)
|
||||
layout.addWidget(right_side, 0)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue