global: settings removing pillar/letter box enumerator

This commit is contained in:
Jakub Jezek 2022-03-07 16:04:21 +01:00
parent ba8da33c7c
commit 4c305b1677
No known key found for this signature in database
GPG key ID: D8548FBF690B100A
2 changed files with 0 additions and 14 deletions

View file

@ -107,7 +107,6 @@
"letter_box": { "letter_box": {
"enabled": false, "enabled": false,
"ratio": 0.0, "ratio": 0.0,
"state": "letterbox",
"fill_color": [ "fill_color": [
0, 0,
0, 0,

View file

@ -366,19 +366,6 @@
"minimum": 0, "minimum": 0,
"maximum": 10000 "maximum": 10000
}, },
{
"key": "state",
"label": "Type",
"type": "enum",
"enum_items": [
{
"letterbox": "Letterbox"
},
{
"pillar": "Pillar"
}
]
},
{ {
"type": "color", "type": "color",
"label": "Fill Color", "label": "Fill Color",