mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
final touches
This commit is contained in:
parent
016ea3146b
commit
1c1676f6f8
1 changed files with 2 additions and 2 deletions
|
|
@ -133,11 +133,11 @@ class MultiSelectionComboBox(QtWidgets.QComboBox):
|
|||
|
||||
top_bottom_padding = 2
|
||||
left_right_padding = 3
|
||||
left_offset = 2
|
||||
left_offset = 4
|
||||
top_bottom_margins = 2
|
||||
item_spacing = 5
|
||||
|
||||
item_bg_color = QtGui.QColor("#555555")
|
||||
item_bg_color = QtGui.QColor("#31424e")
|
||||
|
||||
def __init__(
|
||||
self, parent=None, placeholder="", separator=", ", **kwargs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue