From 2e4a447432af6592a8990423d2c3e215f071e33c Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Jan 15 2018 21:21:40 +0000 Subject: Narrow device_type needle area to fix match In the most recent Rawhide compose, anaconda has changed how it names volume groups (again), and now the VGs in openQA installs have rather longer names. This winds up causing a problem for this needle: the column where the 'Device Type' dropdown is placed actually gets narrower (because the column to the right, which has the volume group name in it, is wider), and so the dropdown box is narrower, and the arrow protrudes into the area which the needle expects not to have an arrow in it. So, let's make the match area slightly narrower. Signed-off-by: Adam Williamson --- diff --git a/needles/anaconda/partitioning/device_type-gtk3199.json b/needles/anaconda/partitioning/device_type-gtk3199.json index 8513ed7..e0946b6 100644 --- a/needles/anaconda/partitioning/device_type-gtk3199.json +++ b/needles/anaconda/partitioning/device_type-gtk3199.json @@ -1,18 +1,18 @@ -{ - "properties": [], - "area": [ - { - "ypos": 288, - "type": "match", - "xpos": 375, - "height": 49, - "width": 144 - } - ], - "tags": [ - "anaconda_part_device_type", - "ENV-DISTRI-fedora", - "LANGUAGE-english", - "ENV-FLAVOR-server" - ] +{ + "area": [ + { + "height": 49, + "type": "match", + "width": 119, + "xpos": 375, + "ypos": 288 + } + ], + "properties": [], + "tags": [ + "anaconda_part_device_type", + "ENV-DISTRI-fedora", + "LANGUAGE-english", + "ENV-FLAVOR-server" + ] } \ No newline at end of file