final touches

This commit is contained in:
iLLiCiTiT 2020-09-22 17:06:54 +02:00
parent 016ea3146b
commit 1c1676f6f8

View file

@ -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