1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-25 07:13:09 +00:00

Narrow the light blue Next button match

Don't match on the arrow, another app has it on the other side.
The color and text should be enough to avoid false matches.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-09-29 12:03:00 -07:00
parent de939c17df
commit ef028e89b9

View File

@ -1,15 +1,15 @@
{
"area": [
{
"width": 55,
"type": "match",
"ypos": 242,
"height": 18,
"xpos": 203
}
],
"properties": [],
"tags": [
"kde_next"
]
}
{
"area": [
{
"height": 18,
"type": "match",
"width": 30,
"xpos": 223,
"ypos": 242
}
],
"properties": [],
"tags": [
"kde_next"
]
}