From 67299984df3d5dc67b2092180b88b2622c07e877 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Thu, 21 May 2026 22:31:01 -0400 Subject: increase resize grabber size --- teensy/teensy_ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'teensy/teensy_ui.c') diff --git a/teensy/teensy_ui.c b/teensy/teensy_ui.c index cfd78c3..04f0b95 100644 --- a/teensy/teensy_ui.c +++ b/teensy/teensy_ui.c @@ -342,7 +342,7 @@ bool tyui_begin_window_ex( { ty_Vec2i win_end = ty_recti_end(win->rect); ty_Recti resize_rect = ty_recti( - win_end.x - 10, win_end.y - 10 + TEXT_HEIGHT, + win_end.x - 20, win_end.y - 20 + TEXT_HEIGHT, 20, 20 ); -- cgit v1.3-2-g0d8e