config: adjust default gaps

This commit is contained in:
Peter Fajdiga
2024-07-07 23:24:23 +02:00
parent a79229da75
commit 3d3e8cff17

View File

@@ -66,32 +66,32 @@ const configDef = [
{
name: "gapsOuterTop",
type: "UInt",
default: 18,
default: 16,
},
{
name: "gapsOuterBottom",
type: "UInt",
default: 18,
default: 16,
},
{
name: "gapsOuterLeft",
type: "UInt",
default: 18,
default: 16,
},
{
name: "gapsOuterRight",
type: "UInt",
default: 18,
default: 16,
},
{
name: "gapsInnerHorizontal",
type: "UInt",
default: 18,
default: 8,
},
{
name: "gapsInnerVertical",
type: "UInt",
default: 18,
default: 8,
},
{
name: "manualScrollStep",