more variant software selection needles for BGO #771127

so what seems to be going on on the software selection screen
is some kind of GTK+ bug:

https://bugzilla.gnome.org/show_bug.cgi?id=771127

the radio button bullets don't always render correctly - I think
they're not always completing a transition they go through on
selection. I think they can get stuck in any state between 'grey
and small' and 'black and big', but for now these are the needles
I've managed to create from failures; we're missing a 'greyer
KDE' variant, but if that happens, we can add it. If the bug
gets fixed we should be able to drop all these.
This commit is contained in:
Adam Williamson 2016-09-09 10:41:54 -07:00
parent 3672973b9d
commit 276e38b561
6 changed files with 34 additions and 0 deletions

View File

Before

Width:  |  Height:  |  Size: 146 KiB

After

Width:  |  Height:  |  Size: 146 KiB

View File

@ -0,0 +1,17 @@
{
"tags": [
"anaconda_minimal_selected",
"ENV-DISTRI-fedora",
"LANGUAGE-english"
],
"area": [
{
"height": 14,
"xpos": 28,
"ypos": 177,
"width": 114,
"type": "match"
}
],
"properties": []
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

View File

@ -0,0 +1,17 @@
{
"tags": [
"anaconda_minimal_selected",
"ENV-DISTRI-fedora",
"LANGUAGE-english"
],
"properties": [],
"area": [
{
"ypos": 177,
"height": 14,
"xpos": 28,
"type": "match",
"width": 114
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB