mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added stretch at the end of gridlayout
This commit is contained in:
parent
20c119f355
commit
4bb432284f
1 changed files with 3 additions and 0 deletions
|
|
@ -82,6 +82,9 @@ class ColorPickerWidget(QtWidgets.QWidget):
|
|||
right_layout.addWidget(QtWidgets.QLabel("Alpha", right_side), row, 0)
|
||||
right_layout.addWidget(alpha_inputs, row, 1)
|
||||
|
||||
row += 1
|
||||
right_layout.setRowStretch(row, 1)
|
||||
|
||||
layout = QtWidgets.QHBoxLayout(self)
|
||||
layout.setSpacing(5)
|
||||
layout.addWidget(left_side, 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue