Remove blank space in properties view

- WindowManager viewer
- IME viewers

Fix: b/254437771
Test: load WM + IME traces in winscope, click on an entry in the hierarchy view, check that there is no blank space in the properties view between controls on top (filter) and the properties (tree) view below
Change-Id: I943433b594e91d4d6323af50087002b42d324d40
This commit is contained in:
Kean Mariotti
2022-10-17 08:45:23 +00:00
parent 5137d1ae45
commit 9815ff5c32
2 changed files with 0 additions and 4 deletions

View File

@@ -70,8 +70,6 @@ import { ImeUiData } from "viewers/common/ime_ui_data";
.properties-view {
flex: 1;
padding: 16px;
display: flex;
flex-direction: column;
border-top: 1px solid var(--default-border);
}
`,

View File

@@ -76,8 +76,6 @@ import { PersistentStore } from "common/persistent_store";
.properties-view {
flex: 1;
padding: 16px;
display: flex;
flex-direction: column;
border-top: 1px solid var(--default-border);
}
`,