mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
added default ellide text
This commit is contained in:
parent
435713a076
commit
96d22f8a9b
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue