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 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; |
