diff options
Diffstat (limited to 'teensy/teensy_ui.c')
| -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 04f0b95..b056a9c 100644 --- a/teensy/teensy_ui.c +++ b/teensy/teensy_ui.c @@ -227,7 +227,7 @@ Window create_window(const char *title, ty_Recti rect, uint32_t flags) win.rect = rect; win.flags = flags; win.cmds = ty_list_create(); - ty_list_reserve(win.cmds, 32); + ty_list_reserve(win.cmds, 64); return win; } |
