Fixed inconsistencies in config schema
This commit is contained in:
@@ -51,22 +51,22 @@
|
|||||||
},
|
},
|
||||||
"control-center-margin-top": {
|
"control-center-margin-top": {
|
||||||
"type": "integer",
|
"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
|
"default": 0
|
||||||
},
|
},
|
||||||
"control-center-margin-bottom": {
|
"control-center-margin-bottom": {
|
||||||
"type": "integer",
|
"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
|
"default": 0
|
||||||
},
|
},
|
||||||
"control-center-margin-right": {
|
"control-center-margin-right": {
|
||||||
"type": "integer",
|
"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
|
"default": 0
|
||||||
},
|
},
|
||||||
"control-center-margin-left": {
|
"control-center-margin-left": {
|
||||||
"type": "integer",
|
"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
|
"default": 0
|
||||||
},
|
},
|
||||||
"control-center-layer": {
|
"control-center-layer": {
|
||||||
|
Reference in New Issue
Block a user