Fix select disk needles (#26)

* Fix Select Disk Needle

* Fix needle for disk 2

Co-authored-by: lumarel <lumarel@users.noreply.github.com>
This commit is contained in:
Lukas Magauer 2021-08-24 15:03:25 +02:00 committed by GitHub
parent 3e680195f2
commit ee903aa6be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,17 @@
{
"area": [
{
"type": "match",
"ypos": 283,
"height": 24,
"xpos": 39,
"width": 17
}
],
"properties": [],
"tags": [
"ENV-DISTRI-rocky",
"ENV-FLAVOR-server",
"anaconda_install_destination_select_disk_1"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -0,0 +1,17 @@
{
"area": [
{
"width": 18,
"xpos": 201,
"height": 23,
"ypos": 284,
"type": "match"
}
],
"properties": [],
"tags": [
"ENV-DISTRI-rocky",
"ENV-FLAVOR-server",
"anaconda_install_destination_select_disk_2"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB