diff --git a/needles/anaconda_install_root_password_screen.json b/needles/anaconda_install_root_password_screen.json index f57ec91f..ca76c1ed 100644 --- a/needles/anaconda_install_root_password_screen.json +++ b/needles/anaconda_install_root_password_screen.json @@ -1,17 +1,10 @@ { "area": [ { - "xpos": 8, - "ypos": 8, - "width": 140, - "height": 18, - "type": "match" - }, - { - "xpos": 8, - "ypos": 46, + "xpos": 7, + "ypos": 47, "width": 63, - "height": 32, + "height": 29, "type": "match" }, { @@ -29,4 +22,4 @@ "ENV-FLAVOR-server" ], "properties": [] -} \ No newline at end of file +} diff --git a/needles/anaconda_install_user_creation_screen.json b/needles/anaconda_install_user_creation_screen.json index 31c94cc3..73dd60a3 100644 --- a/needles/anaconda_install_user_creation_screen.json +++ b/needles/anaconda_install_user_creation_screen.json @@ -8,18 +8,25 @@ ], "area": [ { - "xpos": 4, - "ypos": 7, - "width": 107, - "height": 20, + "xpos": 269, + "ypos": 156, + "width": 69, + "height": 17, "type": "match" }, { - "xpos": 6, + "xpos": 277, + "ypos": 289, + "width": 62, + "height": 17, + "type": "match" + }, + { + "xpos": 7, "ypos": 47, - "width": 66, - "height": 33, + "width": 63, + "height": 29, "type": "match" } ] -} \ No newline at end of file +}