Make generic topbar needle narrower

We did this for the orange (Server) one already, but not the
blue generic one.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-08-28 14:07:33 -07:00
parent 26308a6b47
commit 2cb224a184
2 changed files with 14 additions and 14 deletions

View File

@ -1,15 +1,15 @@
{
"properties": [],
"tags": [
"topbar_generic"
],
"area": [
{
"xpos": 93,
"ypos": 49,
"width": 643,
"height": 34,
"type": "match"
}
]
{
"area": [
{
"type": "match",
"height": 34,
"ypos": 28,
"xpos": 179,
"width": 495
}
],
"properties": [],
"tags": [
"topbar_generic"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 83 KiB