mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
Add user config gui.horizontalPadding
This commit is contained in:
parent
851d17f456
commit
a21c98b8d4
3 changed files with 14 additions and 1 deletions
|
@ -430,6 +430,10 @@
|
|||
],
|
||||
"description": "Status panel view.\nOne of 'dashboard' (default) | 'allBranchesLog'",
|
||||
"default": "dashboard"
|
||||
},
|
||||
"horizontalPadding": {
|
||||
"type": "integer",
|
||||
"description": "Horizontal padding between views that are next to each other."
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue