1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-27 16:27:22 +00:00

Narrow topbar and add new version needle to cover languages

The top bar differs in non-English languages - for RTL the
version ident is on the left (so background is different), and
the width of the area with no text differs depending on the
length of the translations.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-08-21 14:06:07 -07:00
parent bf5691e69d
commit 06e26e9721
3 changed files with 28 additions and 13 deletions

View File

@ -1,15 +1,15 @@
{
"properties": [],
"tags": [
"topbar_server"
],
"area": [
{
"xpos": 106,
"ypos": 43,
"width": 625,
"height": 36,
"type": "match"
}
]
"area": [
{
"height": 36,
"type": "match",
"width": 465,
"xpos": 226,
"ypos": 43
}
],
"properties": [],
"tags": [
"topbar_server"
]
}

View File

@ -0,0 +1,15 @@
{
"area": [
{
"type": "match",
"width": 90,
"height": 20,
"xpos": 50,
"ypos": 12
}
],
"properties": [],
"tags": [
"version_31_ident"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB