Update French apps menu button, remove extra match areas

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-04-18 14:58:35 -07:00
parent ea9ac508ac
commit 23904d71b2
4 changed files with 52 additions and 49 deletions

View File

@ -1,24 +1,17 @@
{ {
"area": [ "area": [
{ {
"type": "match", "height": 15,
"ypos": 6, "type": "match",
"width": 62, "width": 62,
"xpos": 10, "xpos": 10,
"height": 15 "ypos": 6
}, }
{ ],
"ypos": 4, "properties": [],
"width": 43, "tags": [
"type": "match", "DESKTOP-gnome",
"xpos": 968, "LANGUAGE-french",
"height": 18 "apps_menu_button"
} ]
], }
"tags": [
"DESKTOP-gnome",
"LANGUAGE-french",
"apps_menu_button"
],
"properties": []
}

View File

@ -0,0 +1,17 @@
{
"area": [
{
"xpos": 10,
"height": 15,
"type": "match",
"ypos": 6,
"width": 62
}
],
"properties": [],
"tags": [
"DESKTOP-gnome",
"LANGUAGE-french",
"apps_menu_button"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

View File

@ -1,25 +1,18 @@
{ {
"area": [ "area": [
{ {
"xpos": 12, "height": 15,
"width": 44, "type": "match",
"ypos": 8, "width": 44,
"height": 15, "xpos": 12,
"type": "match" "ypos": 8
}, }
{ ],
"type": "match", "properties": [],
"height": 18, "tags": [
"ypos": 4, "DESKTOP-gnome",
"width": 43, "ENV-DISTRI-fedora",
"xpos": 968 "LANGUAGE-russian",
} "apps_menu_button"
], ]
"properties": [], }
"tags": [
"DESKTOP-gnome",
"ENV-DISTRI-fedora",
"LANGUAGE-russian",
"apps_menu_button"
]
}