Tweak overview_search_box needle so click hits right spot

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-07-08 17:15:58 -07:00
parent 6232be32cf
commit 4ed2f90f32
1 changed files with 14 additions and 14 deletions

View File

@ -1,15 +1,15 @@
{
"area": [
{
"xpos": 357,
"ypos": 59,
"width": 16,
"height": 19,
"type": "match"
}
],
"properties": [],
"tags": [
"overview_search_box"
]
{
"area": [
{
"height": 19,
"type": "match",
"width": 66,
"xpos": 357,
"ypos": 59
}
],
"properties": [],
"tags": [
"overview_search_box"
]
}