From a1fbb26818f71d4436dab47a1c4a8e39bfe4b684 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 12 Mar 2021 10:11:47 +0100 Subject: [PATCH] fix(layout): add tab bar to strider layout --- assets/layouts/strider.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/assets/layouts/strider.yaml b/assets/layouts/strider.yaml index 1667dd0b..cd972d20 100644 --- a/assets/layouts/strider.yaml +++ b/assets/layouts/strider.yaml @@ -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