Much more consistent
This commit is contained in:
parent
a5790a73eb
commit
033f5aa47a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue