added overscan_crop input and default value into settings

This commit is contained in:
iLLiCiTiT 2021-05-24 11:26:00 +02:00
parent 20615721da
commit 737bdaa3d9
2 changed files with 10 additions and 0 deletions

View file

@ -57,6 +57,7 @@
},
"width": 0,
"height": 0,
"overscan_crop": "",
"letter_box": {
"enabled": false,
"ratio": 0.0,

View file

@ -193,6 +193,15 @@
"minimum": 0,
"maximum": 100000
},
{
"type": "label",
"label": "Crop input overscan. See the documentation for more information."
},
{
"type": "text",
"key": "overscan_crop",
"label": "Overscan crop"
},
{
"key": "letter_box",
"label": "Letter box",