From 7cfa5032ec6653818b54eba86c57a6c4380b8e4c Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Sun, 21 May 2023 16:34:28 +0200 Subject: [PATCH] Fixed inconsistencies in config schema --- src/configSchema.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/configSchema.json b/src/configSchema.json index 13fc2b21..b04ac0e4 100644 --- a/src/configSchema.json +++ b/src/configSchema.json @@ -51,22 +51,22 @@ }, "control-center-margin-top": { "type": "integer", - "description": "The margin (in pixels) at the top of the notification center. 0 to disable", + "description": "The margin (in pixels) at the top of the control center. 0 to disable", "default": 0 }, "control-center-margin-bottom": { "type": "integer", - "description": "The margin (in pixels) at the bottom of the notification center. 0 to disable", + "description": "The margin (in pixels) at the bottom of the control center. 0 to disable", "default": 0 }, "control-center-margin-right": { "type": "integer", - "description": "The margin (in pixels) at the right of the notification center. 0 to disable", + "description": "The margin (in pixels) at the right of the control center. 0 to disable", "default": 0 }, "control-center-margin-left": { "type": "integer", - "description": "The margin (in pixels) at the left of the notification center. 0 to disable", + "description": "The margin (in pixels) at the left of the control center. 0 to disable", "default": 0 }, "control-center-layer": {