prepopulate argv

This commit is contained in:
Will McGugan
2022-09-08 13:44:22 +01:00
parent a76f1ea360
commit b672a5608e
2 changed files with 17 additions and 9 deletions

View File

@@ -6,10 +6,10 @@
CodeBrowser.-show-tree #tree-view {
display: block;
dock: left;
height: 100%;
height: 100%;
width: auto;
background: $surface;
max-width:50%;
background: $surface;
}
CodeBrowser{