[chronojump] AB rectangle more transparent



commit b33c6f960a758daa1e8548e129357b287651f70b
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Feb 15 18:35:44 2021 +0100

    AB rectangle more transparent

 src/gui/cairo/util.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui/cairo/util.cs b/src/gui/cairo/util.cs
index e3db85a0..ca076f8c 100644
--- a/src/gui/cairo/util.cs
+++ b/src/gui/cairo/util.cs
@@ -99,7 +99,7 @@ public static class CairoUtil
                        paintVerticalLine(g, xposB, height, "B");
 
                        //g.SetSourceRGBA(0.906, 0.745, 0.098, .5); //Chronojump yellow, half transp
-                       g.SetSourceRGBA(0.9, 0.9, 0.01, .33); //More yellow and very transp
+                       g.SetSourceRGBA(0.9, 0.9, 0.01, .15); //More yellow and very transp
 
                        //create rectangle
                        int min = Math.Min(xposA, xposB) +1;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]