swap order of crop setting and output resolution setting

This commit is contained in:
iLLiCiTiT 2021-05-26 00:49:19 +02:00
parent eac3f35427
commit db3ebd3c5a
2 changed files with 10 additions and 10 deletions

View file

@ -55,9 +55,9 @@
"ftrack"
]
},
"overscan_crop": "",
"width": 0,
"height": 0,
"overscan_crop": "",
"letter_box": {
"enabled": false,
"ratio": 0.0,

View file

@ -173,6 +173,15 @@
{
"type": "separator"
},
{
"type": "label",
"label": "Crop input overscan. See the documentation for more information."
},
{
"type": "text",
"key": "overscan_crop",
"label": "Overscan crop"
},
{
"type": "label",
"label": "Width and Height must be both set to higher value than 0 else source resolution is used."
@ -193,15 +202,6 @@
"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",