From cf360a0dff06d7cd862b5558de4888aebd1e5fb0 Mon Sep 17 00:00:00 2001 From: Pablo Gamito Date: Tue, 9 Jun 2020 12:03:48 +0100 Subject: [PATCH] Add icon to TeeView leaf nodes for clarity Adding the icon tabs out leaf nodes to make it clear they are children of the parent and makes it clear that a multiline item is a single item Test: N/A Fixes: 158606224 Change-Id: I12cdf1978d322064b37cfa963c5bddbb7bdcacfe --- tools/winscope/src/TreeView.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/winscope/src/TreeView.vue b/tools/winscope/src/TreeView.vue index 1f047bd3f..5ec6a1a2b 100644 --- a/tools/winscope/src/TreeView.vue +++ b/tools/winscope/src/TreeView.vue @@ -23,6 +23,11 @@ {{isCollapsed ? "chevron_right" : "expand_more"}} +
+ +
{{item.kind}} -