[sysprof/wip/visualizers] visualizer-ticks: make lines sharper



commit e85707f5c9d938403d25d2e6391e849f507f5c25
Author: Christian Hergert <chergert redhat com>
Date:   Fri Oct 7 12:58:30 2016 -0700

    visualizer-ticks: make lines sharper
    
    These multi-width lines were blurry, so for now just make them
    1px wide.

 lib/sp-visualizer-ticks.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/sp-visualizer-ticks.c b/lib/sp-visualizer-ticks.c
index 9da9722..bb0ea25 100644
--- a/lib/sp-visualizer-ticks.c
+++ b/lib/sp-visualizer-ticks.c
@@ -54,7 +54,7 @@ struct {
   gint height;
   gint64 span;
 } tick_sizing[N_TICKS] = {
-  { 3, 12, NSEC_PER_SEC * 60 },
+  { 1, 12, NSEC_PER_SEC * 60 },
   { 1, 11, NSEC_PER_SEC * 30 },
   { 1, 10, NSEC_PER_SEC * 5 },
   { 1, 9, NSEC_PER_SEC },


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