visualizer-ticks: make lines sharper

These multi-width lines were blurry, so for now just make them
1px wide.
This commit is contained in:
Christian Hergert
2016-10-07 12:58:30 -07:00
parent 8f613b5352
commit e85707f5c9

View File

@ -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 },