--- a/ui/common/container.h Thu Oct 09 11:44:10 2025 +0200
+++ b/ui/common/container.h Thu Oct 09 12:49:53 2025 +0200
@@ -46,6 +46,11 @@
UiBool def_hfill,
UiBool def_vfill);
+/*
+ * adjusts margin_* if margin > 0
+ */
+void uic_layout_setup_margin(UiLayout *layout);
+
#ifdef __cplusplus
}
#endif