Widen match area in FreeIPA add button needle

Otherwise we can get a problematic match on 'Add and Add Another'

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-12-06 09:40:51 -08:00
parent a9f1591c32
commit c8672f3b48

View File

@ -1,15 +1,15 @@
{
"area": [
{
"ypos": 364,
"width": 25,
"height": 14,
"xpos": 702,
"type": "match"
}
],
"properties": [],
"tags": [
"freeipa_webui_add_button"
]
{
"area": [
{
"height": 14,
"type": "match",
"width": 32,
"xpos": 698,
"ypos": 364
}
],
"properties": [],
"tags": [
"freeipa_webui_add_button"
]
}