diff options
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 ); |
