mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added stretched of triangle and alpha slider
This commit is contained in:
parent
a688a1510e
commit
e40847f61f
1 changed files with 2 additions and 2 deletions
|
|
@ -37,8 +37,8 @@ class ColorPickerWidget(QtWidgets.QWidget):
|
|||
|
||||
left_layout = QtWidgets.QVBoxLayout(left_side)
|
||||
left_layout.setContentsMargins(0, 0, 0, 0)
|
||||
left_layout.addWidget(color_triangle)
|
||||
left_layout.addWidget(alpha_slider)
|
||||
left_layout.addWidget(color_triangle, 1)
|
||||
left_layout.addWidget(alpha_slider_proxy, 0)
|
||||
|
||||
right_side = QtWidgets.QWidget(top_part)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue