From b1bdb2154ab2a9f54976eece086b4a3aa790b30d Mon Sep 17 00:00:00 2001 From: IoI_xD Date: Thu, 26 Mar 2026 19:05:11 -0700 Subject: [PATCH] +2 -> +3 --- src/draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/draw.c b/src/draw.c index 84587b4..b1ab6d3 100644 --- a/src/draw.c +++ b/src/draw.c @@ -158,7 +158,7 @@ void MwDrawRectFading(MwWidget handle, MwRect* rect, MwLLColor color, int rounde r.height -= 2; MwLLDrawPixmap(handle->lowlevel, &r, pixmap); r = *rect; - x = (rect->x + rect->width) - (roundness + 2); + x = (rect->x + rect->width) - (roundness + 3); y = rect->y + (roundness + 1); for(i = 0; i < roundness; i++) { double point = ((i + (M_PI * 4)) / div);