diff --git a/src/lib/config/definition.ts b/src/lib/config/definition.ts index 935a3c6..5817e14 100644 --- a/src/lib/config/definition.ts +++ b/src/lib/config/definition.ts @@ -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",