Drop stray match area from cockpit_leftbar_scroll

That's not supposed to be there...

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-08-25 16:08:51 -07:00
parent 11320dad16
commit 0220334a57
1 changed files with 14 additions and 21 deletions

View File

@ -1,22 +1,15 @@
{ {
"area": [ "area": [
{ {
"xpos": 270, "height": 55,
"type": "match", "type": "match",
"height": 15, "width": 43,
"ypos": 744, "xpos": 196,
"width": 73 "ypos": 711
}, }
{ ],
"xpos": 196, "properties": [],
"ypos": 711, "tags": [
"width": 43, "cockpit_leftbar_scroll"
"height": 55, ]
"type": "match"
}
],
"properties": [],
"tags": [
"cockpit_leftbar_scroll"
]
} }