Tweak GNOME Software Updates needle match area slightly

It kinda looks like the text has been moved closer to the icon
in the latest gnome-software, such that the little '1' bubble
is now in the needle match area if it's present. Obviously that
may vary, so let's tweak the needle match area a bit to the
right so it's hopefully consistent and still matches on older
versions.
This commit is contained in:
Adam Williamson 2024-02-09 15:41:40 -08:00
parent 965dc99ef5
commit fb5e5a22a7
1 changed files with 15 additions and 15 deletions

View File

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