mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-24 14:53:09 +00:00
Drop match level on KDE menu button needles
For some reason we keep getting not-quite matches on this, even though we added two new needles. Let's drop the match level on all existing needles as a coping mechanism. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
cf51484b2e
commit
615be43cd5
@ -5,7 +5,8 @@
|
|||||||
"xpos": 8,
|
"xpos": 8,
|
||||||
"ypos": 736,
|
"ypos": 736,
|
||||||
"height": 24,
|
"height": 24,
|
||||||
"type": "match"
|
"type": "match",
|
||||||
|
"match": 90
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"properties": [],
|
"properties": [],
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
{
|
{
|
||||||
"height": 24,
|
"height": 24,
|
||||||
"type": "match",
|
"type": "match",
|
||||||
|
"match": 90,
|
||||||
"ypos": 727,
|
"ypos": 727,
|
||||||
"width": 25,
|
"width": 25,
|
||||||
"xpos": 20
|
"xpos": 20
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
"xpos": 20,
|
"xpos": 20,
|
||||||
"ypos": 727,
|
"ypos": 727,
|
||||||
"type": "match",
|
"type": "match",
|
||||||
|
"match": 90,
|
||||||
"height": 24
|
"height": 24
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
"height": 24,
|
"height": 24,
|
||||||
"xpos": 8,
|
"xpos": 8,
|
||||||
"type": "match",
|
"type": "match",
|
||||||
|
"match": 90,
|
||||||
"ypos": 736
|
"ypos": 736
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user