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": [
{
"height": 723,
"width": 123,
"ypos": 4,
"xpos": 15,
"type": "match"
}
],
"properties": [],
"tags": [
"leftbar_generic"
]
{
"area": [
{
"height": 713,
"type": "match",
"width": 123,
"xpos": 15,
"ypos": 4
}
],
"properties": [],
"tags": [
"leftbar_generic"
]
}

View File

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