This commit is contained in:
Will McGugan
2021-11-19 12:15:29 +00:00
parent 09dd1b9a5f
commit b47b0ac734
10 changed files with 55 additions and 51 deletions

View File

@@ -7,7 +7,7 @@ class BasicApp(App):
css = """
App > View {
App > DockView {
layout: dock;
docks: sidebar=left | widgets=top;
}