Decrease unselected igc underline to 20% opacity (#4214)
This commit is contained in:
parent
f9d3e5e473
commit
171dc55242
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ class PangeaMatch {
|
|||
) {
|
||||
double opacityFactor = 1.0;
|
||||
if (openMatchIndex != null && openMatchIndex != matchIndex) {
|
||||
opacityFactor = 0.5;
|
||||
opacityFactor = 0.2;
|
||||
}
|
||||
|
||||
final int alpha = (255 * opacityFactor).round();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue