diff -r d06e7e8e53e1 -r 527a66c0afb2 make/vs/testapp/main.c --- a/make/vs/testapp/main.c Sat Oct 14 10:55:11 2023 +0200 +++ b/make/vs/testapp/main.c Tue Oct 17 21:00:48 2023 +0200 @@ -255,7 +255,14 @@ ui_tab(obj, "Tab 2") { ui_button(obj, .label = "Tab 2 Button"); } + ui_tab(obj, "Tab 3") { + + } } + ui_newline(obj); + + ui_label(obj, .label = "Test Label"); + ui_newline(obj); ui_newline(obj); ui_textfield(obj, .value = wdata->t1);