mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-27 05:12:32 -05:00
remove foldout
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user