fix(layout): add tab bar to strider layout
This commit is contained in:
parent
b89823c4bd
commit
a1fbb26818
1 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,12 @@
|
|||
---
|
||||
direction: Horizontal
|
||||
parts:
|
||||
- direction: Vertical
|
||||
split_size:
|
||||
Fixed: 1
|
||||
plugin: tab-bar
|
||||
events:
|
||||
- Tab
|
||||
- direction: Vertical
|
||||
parts:
|
||||
- direction: Horizontal
|
||||
|
|
@ -11,5 +17,5 @@ parts:
|
|||
expansion_boundary: true
|
||||
- direction: Vertical
|
||||
split_size:
|
||||
Fixed: 1
|
||||
Fixed: 2
|
||||
plugin: status-bar
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue