remove foldout

This commit is contained in:
ousttrue 2026-06-26 15:50:17 +09:00
parent d64814c5d4
commit d76f3bd763
2 changed files with 0 additions and 4 deletions

View File

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

View File

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