summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.c b/src/ui.c
index d9c5cce..043f088 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -997,7 +997,7 @@ bool ui_push_hypertext_link(char *text)
s32 text_width = render_text(global_ui_context.font_small, text_x, text_y, text, bg_color);
if (result)
- render_rectangle(text_x, text_y + text_h-1, text_width, 1, bg_color);
+ render_rectangle(text_x, text_y + text_h+2, text_width, 1, bg_color);
if (global_ui_context.layout.layout_direction == LAYOUT_HORIZONTAL)
global_ui_context.layout.offset_x += total_w;