expander width is defined in constants

This commit is contained in:
iLLiCiTiT 2020-06-26 14:54:17 +02:00
parent 3e5a49cd73
commit d8b5c9ab10

View file

@ -1,5 +1,7 @@
from Qt import QtCore
EXPANDER_WIDTH = 20
def flags(*args, **kwargs):
type_name = kwargs.pop("type_name", "Flags")