Add several new Cockpit login needles for Cockpit 272

The wider one seems to happen when text at the bottom of the
login box prevents the "Fedora Linux..." text from wrapping
across two lines. I have no idea why we see two different
cases of the "Fedora Linux text wrapped" variant with very
slightly different amounts of whitespace, but we do, it seems
we need both of these.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-06-23 16:29:03 -07:00
parent 6f00e3fe8a
commit 5ed1d88f61
6 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"area": [
{
"height": 101,
"width": 81,
"xpos": 111,
"type": "match",
"ypos": 241
}
],
"properties": [],
"tags": [
"cockpit_login"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"type": "match",
"ypos": 264,
"height": 101,
"width": 81,
"xpos": 111
}
],
"properties": [],
"tags": [
"cockpit_login"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 110,
"width": 81,
"height": 68,
"ypos": 277,
"type": "match"
}
],
"properties": [],
"tags": [
"cockpit_login"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB