version bump

This commit is contained in:
Will McGugan
2021-08-25 20:20:51 +01:00
parent e1d03a315d
commit 577ef6bd25
10 changed files with 32 additions and 49 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=64, name="sidebar"
ScrollView(self.directory), edge="left", size=48, name="sidebar"
)
await self.view.dock(self.body, edge="top")