Fix resource viewer grid resizing (#13197)

* Fix resource viewer grid resizing

* keep height
This commit is contained in:
Charles Gagnon
2020-11-04 08:34:30 -08:00
committed by GitHub
parent b68d504f68
commit eeb7da4ace
3 changed files with 11 additions and 4 deletions

View File

@@ -115,6 +115,7 @@ export class ResourceViewerInput extends EditorInput {
resizable: col.resizable ?? true,
tooltip: col.tooltip,
width: col.width,
minWidth: col.width,
type: col.type
};
});