Extract shared editor tree view
This commit is contained in:
@@ -162,7 +162,7 @@ inline ImVec2 ProjectBrowserPanePadding() {
|
||||
return ImVec2(10.0f, 8.0f);
|
||||
}
|
||||
|
||||
inline ImVec2 ProjectTreeNodeFramePadding() {
|
||||
inline ImVec2 NavigationTreeNodeFramePadding() {
|
||||
return ImVec2(4.0f, 3.0f);
|
||||
}
|
||||
|
||||
@@ -226,10 +226,6 @@ inline ImVec2 PopupWindowPadding() {
|
||||
return ImVec2(12.0f, 10.0f);
|
||||
}
|
||||
|
||||
inline ImVec2 HierarchyNodeFramePadding() {
|
||||
return ImVec2(4.0f, 3.0f);
|
||||
}
|
||||
|
||||
inline ImVec2 AssetTileSize() {
|
||||
return ImVec2(104.0f, 82.0f);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user