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": [
{
"xpos": 17,
"width": 127,
"type": "match",
"height": 18,
"ypos": 693
}
],
"properties": [],
"tags": [
"cockpit_software_updates"
]
{
"area": [
{
"height": 13,
"type": "match",
"width": 127,
"xpos": 17,
"ypos": 693
}
],
"properties": [],
"tags": [
"cockpit_software_updates"
]
}