add keys to tree control

This commit is contained in:
Will McGugan
2021-08-21 11:19:06 +01:00
parent f1107a19a9
commit 6ec37ce82f
13 changed files with 248 additions and 45 deletions

View File

@@ -41,7 +41,7 @@ class MyApp(App):
# Note the directory is also in a scroll view
await self.view.dock(
ScrollView(self.directory), edge="left", size=32, name="sidebar"
ScrollView(self.directory), edge="left", size=64, name="sidebar"
)
await self.view.dock(self.body, edge="top")