config: reorder default presetWidths consistently with its behavior

This commit is contained in:
Peter Fajdiga
2024-10-04 18:47:18 +02:00
parent ec14d5295f
commit 5e7f191e95

View File

@@ -88,7 +88,7 @@ const configDef = [
{
name: "presetWidths",
type: "String",
default: "100%, 50%",
default: "50%, 100%",
},
{
name: "offScreenOpacity",