Tighten match area on new cockpit software updates needle

It needs to match even if the 'link target hint' is showing at
bottom left and kinda obscuring it a little.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-08-05 10:05:15 -07:00
parent f63f87228a
commit b867f9cd28
1 changed files with 14 additions and 14 deletions

View File

@ -1,15 +1,15 @@
{ {
"area": [ "area": [
{ {
"xpos": 17, "height": 13,
"width": 127, "type": "match",
"type": "match", "width": 127,
"height": 18, "xpos": 17,
"ypos": 693 "ypos": 693
} }
], ],
"properties": [], "properties": [],
"tags": [ "tags": [
"cockpit_software_updates" "cockpit_software_updates"
] ]
} }