Update GNOME software needles a bit more

Add the download and apply needles (whoops), and tighten the
match area on the update needle a bit so it matches even when
there's a little blue balloon to the left of the text.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-01-12 16:05:34 -08:00
parent d19b7f6890
commit b94daf25d0
5 changed files with 47 additions and 15 deletions

View File

@ -1,16 +1,16 @@
{
"area": [
{
"xpos": 617,
"width": 58,
"ypos": 45,
"height": 21,
"type": "match"
}
],
"properties": [],
"tags": [
"desktop_package_tool_update",
"DESKTOP-gnome"
]
{
"area": [
{
"height": 19,
"type": "match",
"width": 56,
"xpos": 618,
"ypos": 47
}
],
"properties": [],
"tags": [
"desktop_package_tool_update",
"DESKTOP-gnome"
]
}

View File

@ -0,0 +1,16 @@
{
"area": [
{
"height": 17,
"type": "match",
"ypos": 113,
"width": 115,
"xpos": 668
}
],
"properties": [],
"tags": [
"DESKTOP-gnome",
"desktop_package_tool_update_apply"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -0,0 +1,16 @@
{
"area": [
{
"width": 69,
"xpos": 690,
"type": "match",
"height": 16,
"ypos": 112
}
],
"properties": [],
"tags": [
"DESKTOP-gnome",
"desktop_package_tool_update_download"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB