From 411f0d34e7a3395c1ed16fe0fd4e7415b236d8a3 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 27 Nov 2019 08:36:35 -0800 Subject: [PATCH] Revert "Tweak text_console_login match area" This reverts commit f66f5108329609d5dc2834ec7f8d4128a62372a3. Turns out this breaks lots of stuff, so it needs to go back. I'll have to figure another way to handle the cloud login. --- needles/console/text_console_login.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/needles/console/text_console_login.json b/needles/console/text_console_login.json index cc2b9908..8510f26d 100644 --- a/needles/console/text_console_login.json +++ b/needles/console/text_console_login.json @@ -1,11 +1,11 @@ { "area": [ { - "height": 15, + "height": 30, "type": "match", - "width": 61, + "width": 56, "xpos": 72, - "ypos": 64 + "ypos": 49 } ], "properties": [], @@ -15,4 +15,4 @@ "ENV-DISTRI-fedora", "ENV-FLAVOR-develop" ] -} \ No newline at end of file +}