Add user config gui.horizontalPadding

This commit is contained in:
Stefan Haller 2024-06-14 11:25:44 +02:00
parent 851d17f456
commit a21c98b8d4
3 changed files with 14 additions and 1 deletions

View file

@ -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,