Make leftbar_generic match area a bit shorter

KDE menu bar got a bit taller lately.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-12-17 09:00:24 -08:00
parent 61bd4cb310
commit 9adfeb449d
2 changed files with 27 additions and 27 deletions

View File

@ -1,15 +1,15 @@
{ {
"area": [ "area": [
{ {
"height": 723, "height": 713,
"width": 123, "type": "match",
"ypos": 4, "width": 123,
"xpos": 15, "xpos": 15,
"type": "match" "ypos": 4
} }
], ],
"properties": [], "properties": [],
"tags": [ "tags": [
"leftbar_generic" "leftbar_generic"
] ]
} }

View File

@ -1,15 +1,15 @@
{ {
"properties": [], "area": [
"tags": [ {
"leftbar_generic" "height": 718,
], "type": "match",
"area": [ "width": 123,
{ "xpos": 14,
"xpos": 14, "ypos": 15
"ypos": 15, }
"width": 123, ],
"height": 728, "properties": [],
"type": "match" "tags": [
} "leftbar_generic"
] ]
} }