Much more consistent

This commit is contained in:
XANTRONIX Development 2024-01-16 13:49:19 -05:00
parent a5790a73eb
commit 033f5aa47a

View file

@ -210,7 +210,7 @@ int hexagram_dial_draw_legend(hexagram_dial *dial,
cairo_move_to(cr,
dial->gauge.x + radius * dial->radius * cos(angle) - extents.width / 1.5,
dial->gauge.y + radius * dial->radius * sin(angle) + extents.height / 4);
dial->gauge.y + radius * dial->radius * sin(angle) + extents.height / 1.5);
cairo_show_text(cr, text);
cairo_stroke(cr);