forked from AuroraMiddleware/gtk
reftests: Use 0.6 alpha, not 0.5
0.5 leads to some GL renderers computing 0.5 * 0xFF as 0x7F and others 0x80, while 0.6 * 0xFF (255 is divisible by 5) is always 0x99.
This commit is contained in:
parent
625b5ce91a
commit
90ed7b92b2
@ -7,7 +7,7 @@ window {
|
||||
button {
|
||||
border-width: 5px;
|
||||
border-style: solid;
|
||||
border-color: rgba(255,0,0,0.5);
|
||||
border-color: rgba(255,0,0,0.6);
|
||||
padding: 10px;
|
||||
background-color: rgb(0,0,255);
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
Loading…
Reference in New Issue
Block a user