mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-06 09:43:44 -05:00
remove foldout
This commit is contained in:
parent
d64814c5d4
commit
d76f3bd763
|
|
@ -64,8 +64,6 @@ namespace UniVRM10
|
|||
(v as ObjectField).BindProperty(prop);
|
||||
},
|
||||
};
|
||||
list.headerTitle = "Springs";
|
||||
list.showFoldoutHeader = true;
|
||||
list.showAddRemoveFooter = true;
|
||||
list.style.marginLeft = 12;
|
||||
splitView.Add(list);
|
||||
|
|
|
|||
|
|
@ -64,8 +64,6 @@ namespace UniVRM10
|
|||
(v as Label).BindProperty(prop);
|
||||
},
|
||||
};
|
||||
list.headerTitle = "Springs";
|
||||
list.showFoldoutHeader = true;
|
||||
list.showAddRemoveFooter = true;
|
||||
list.style.marginLeft = 12;
|
||||
splitView.Add(list);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user