From f2928487a77863714e75edc0cfd2cf2ac701ea9c Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Thu, 14 May 2026 15:32:25 -0400 Subject: add padding to window contents --- 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 c5bd6af..d9ce33b 100644 --- a/teensy/teensy_ui.c +++ b/teensy/teensy_ui.c @@ -219,7 +219,7 @@ bool tyui_begin_window_ex( Window *win = &uictx.windows[*id - 1]; uictx.active = win; - win->next_pos = ty_vec2i(0, 0); + win->next_pos = ty_vec2i(2, 1); if (win->flags & TYUI_WIN_INVISIBLE) goto done; -- cgit v1.3-2-g0d8e