summaryrefslogtreecommitdiff
path: root/src/ui/widget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/widget.c')
-rw-r--r--src/ui/widget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget.c b/src/ui/widget.c
index e83532d4..bbd5f465 100644
--- a/src/ui/widget.c
+++ b/src/ui/widget.c
@@ -405,7 +405,7 @@ void draw_Widget(const iWidget *d) {
405 fillRect_Paint(&p, rect, d->bgColor); 405 fillRect_Paint(&p, rect, d->bgColor);
406 } 406 }
407 if (d->frameColor >= 0) { 407 if (d->frameColor >= 0) {
408 drawRect_Paint(&p, rect, d->frameColor); 408 drawRectThickness_Paint(&p, rect, gap_UI / 4, d->frameColor);
409 } 409 }
410 } 410 }
411 iConstForEach(ObjectList, i, d->children) { 411 iConstForEach(ObjectList, i, d->children) {