From 57a35562ad05116fbaf41c029d5b13814bb1e0eb Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 9 Feb 2022 09:18:02 -0800 Subject: [PATCH] Shrink match area on install_lang needle a bit for IoT IoT says "FEDORA-IOT" here, not just "FEDORA", and the greyspace at the right-hand side was making the match fail. Not sure why this only just started being a problem, but oh well, let's make it a bit smaller. Signed-off-by: Adam Williamson --- .../lang_select/install_lang-20200116.json | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/needles/anaconda/lang_select/install_lang-20200116.json b/needles/anaconda/lang_select/install_lang-20200116.json index 7c6e2ff8..fafad044 100644 --- a/needles/anaconda/lang_select/install_lang-20200116.json +++ b/needles/anaconda/lang_select/install_lang-20200116.json @@ -1,16 +1,16 @@ -{ - "area": [ - { - "ypos": 102, - "width": 87, - "type": "match", - "height": 28, - "xpos": 357 - } - ], - "properties": [], - "tags": [ - "anaconda_select_install_lang", - "ENV-DISTRI-fedora" - ] +{ + "area": [ + { + "height": 28, + "type": "match", + "width": 83, + "xpos": 357, + "ypos": 102 + } + ], + "properties": [], + "tags": [ + "anaconda_select_install_lang", + "ENV-DISTRI-fedora" + ] } \ No newline at end of file