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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2018-01-15 13:21:40 -08:00
parent d070ad44a5
commit 2e4a447432

View File

@ -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"
]
}