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
1 changed files with 15 additions and 15 deletions

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"
]
}