summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/saw/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/saw/main.c b/source/saw/main.c
index 44effd8..3f34e51 100644
--- a/source/saw/main.c
+++ b/source/saw/main.c
@@ -212,7 +212,7 @@ static void saw_ui_roll(saw_roll_t *roll, i64 x0, i64 y0, i64 width,
nvgFontSize(saw_nvg, text_height);
nvgFontFaceId(saw_nvg, saw_font);
nvgFillColor(saw_nvg, nvgRGBA(255, 255, 255, 255));
- nvgText(saw_nvg, x0 + roll_border,
+ nvgText(saw_nvg, x0 + roll_border * 2,
frame_height - y0 - height + text_height - roll_border * 2,
title.values, title.values + title.size);
nvgFill(saw_nvg);