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": [
{
"xpos": 270,
"type": "match",
"height": 15,
"ypos": 744,
"width": 73
},
{
"xpos": 196,
"ypos": 711,
"width": 43,
"height": 55,
"type": "match"
}
],
"properties": [],
"tags": [
"cockpit_leftbar_scroll"
]
{
"area": [
{
"height": 55,
"type": "match",
"width": 43,
"xpos": 196,
"ypos": 711
}
],
"properties": [],
"tags": [
"cockpit_leftbar_scroll"
]
}