mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-24 06:43:08 +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,
|
||||
"ypos": 736,
|
||||
"height": 24,
|
||||
"type": "match"
|
||||
"type": "match",
|
||||
"match": 90
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
@ -14,4 +15,4 @@
|
||||
"system_menu_button",
|
||||
"apps_menu_button"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -3,6 +3,7 @@
|
||||
{
|
||||
"height": 24,
|
||||
"type": "match",
|
||||
"match": 90,
|
||||
"ypos": 727,
|
||||
"width": 25,
|
||||
"xpos": 20
|
||||
@ -14,4 +15,4 @@
|
||||
"system_menu_button",
|
||||
"apps_menu_button"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -5,6 +5,7 @@
|
||||
"xpos": 20,
|
||||
"ypos": 727,
|
||||
"type": "match",
|
||||
"match": 90,
|
||||
"height": 24
|
||||
}
|
||||
],
|
||||
@ -14,4 +15,4 @@
|
||||
"system_menu_button",
|
||||
"apps_menu_button"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -5,6 +5,7 @@
|
||||
"height": 24,
|
||||
"xpos": 8,
|
||||
"type": "match",
|
||||
"match": 90,
|
||||
"ypos": 736
|
||||
}
|
||||
],
|
||||
@ -14,4 +15,4 @@
|
||||
"system_menu_button",
|
||||
"apps_menu_button"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user