tweak initial_setup_done match for change in Rawhide

The time spoke is now named 'Time settings' (not 'Timezone
settings') so the needle didn't match. Tweak the match so it
matches both versions.
This commit is contained in:
Adam Williamson 2016-09-28 13:41:33 -07:00
parent 8a6529526f
commit 92cea9f8a8
1 changed files with 28 additions and 28 deletions

View File

@ -1,29 +1,29 @@
{
"area": [
{
"xpos": 360,
"ypos": 624,
"width": 98,
"height": 14,
"type": "match"
},
{
"xpos": 361,
"ypos": 658,
"width": 65,
"height": 12,
"type": "match"
},
{
"xpos": 33,
"ypos": 690,
"width": 65,
"height": 11,
"type": "match"
}
],
"tags": [
"console_initial_setup_done"
],
"properties": []
{
"area": [
{
"height": 14,
"type": "match",
"width": 62,
"xpos": 360,
"ypos": 624
},
{
"height": 12,
"type": "match",
"width": 65,
"xpos": 361,
"ypos": 658
},
{
"height": 11,
"type": "match",
"width": 65,
"xpos": 33,
"ypos": 690
}
],
"properties": [],
"tags": [
"console_initial_setup_done"
]
}