[chronojump] Cairo radial with a bit more margin to not have the right numbers outside of graph



commit b8270047774a70bb8e83f327219adab22236c88a
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Nov 8 15:47:55 2021 -0300

    Cairo radial with a bit more margin to not have the right numbers outside of graph

 src/gui/cairo/radial.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui/cairo/radial.cs b/src/gui/cairo/radial.cs
index 5b8ae3e1c..dde1da5d9 100644
--- a/src/gui/cairo/radial.cs
+++ b/src/gui/cairo/radial.cs
@@ -29,7 +29,7 @@ public class CairoRadial : CairoGeneric
 {
        private Cairo.Context g;
        private int textHeight;
-       private int margin = 4;
+       private int margin = 6;
        private int offsetV = 6; //to move the graph vertically
        private Gtk.DrawingArea area;
        private string font;


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