[Tree] Show top-level node of tree, except root

Show top-level nodes when instantiating tree views, except for
the Root object. Supports Add dialogs in WTD-922.
This commit is contained in:
Victor Woeltjen
2015-03-18 10:44:40 -07:00
parent d863c2843c
commit c7149437fc
4 changed files with 15 additions and 5 deletions

View File

@@ -115,6 +115,11 @@
}
]
},
{
"key": "root",
"name": "Root",
"glyph": "F"
},
{
"key": "folder",
"name": "Folder",