diff -r d09817e6e6a4 -r 8185cd761897 ui/win32/window.h --- a/ui/win32/window.h Wed Oct 08 15:54:33 2025 +0200 +++ b/ui/win32/window.h Wed Oct 08 16:09:54 2025 +0200 @@ -44,7 +44,7 @@ typedef struct UiWindow { W32Widget widget; UiObject *obj; - UiGridLayoutContainer *container; + UiBoxContainer *container; } UiWindow; void ui_window_init(void);