diff options
| author | iamcheeseman <[email protected]> | 2026-05-21 22:31:01 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-21 22:31:01 -0400 |
| commit | 67299984df3d5dc67b2092180b88b2622c07e877 (patch) | |
| tree | 3c0f97fa70ea5967cb6f2a566b221ea794e31fe5 /teensy | |
| parent | 3f22d49442b6e6ace7e51e9167c4641155e3837a (diff) | |
increase resize grabber size
Diffstat (limited to 'teensy')
| -rw-r--r-- | teensy/teensy_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |
