summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2024-05-31 21:37:10 +0200
committerStefan Haller <stefan@haller-berlin.de>2024-06-01 08:21:23 +0200
commit1269938ee6090dbcb9d4fa441fa04ce8217f96d0 (patch)
tree39157a6d2202ac1f556583b61e58966c6652dbd7 /docs
parent557dfc5a6d363d2882aa0adc1cd53ffe6f4a87d7 (diff)
Add user config `expandedSidePanelWeight`
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Config.md b/docs/Config.md
index b14ee993a..5662a4d73 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -68,6 +68,10 @@ gui:
# If true, increase the height of the focused side window; creating an accordion effect.
expandFocusedSidePanel: false
+ # The weight of the expanded side panel, relative to the other panels. 2 means
+ # twice as tall as the other panels. Only relevant if `expandFocusedSidePanel` is true.
+ expandedSidePanelWeight: 2
+
# Sometimes the main window is split in two (e.g. when the selected file has both staged and unstaged changes). This setting controls how the two sections are split.
# Options are:
# - 'horizontal': split the window horizontally