added default ellide text

This commit is contained in:
iLLiCiTiT 2020-01-15 14:01:20 +01:00
parent 435713a076
commit 96d22f8a9b

View file

@ -827,6 +827,7 @@ class TableField(BaseItem):
obj_type = "table-item"
available_parents = ["table"]
ellide_text = "..."
def __init__(self, cord_x, cord_y, value, *args, **kwargs):
super(TableField, self).__init__(*args, **kwargs)