From 097abc0620cd8866d40134759860743ac2142c27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=92=8B=E6=85=A7=E8=B5=9F?= <42379289+cnjhb@users.noreply.github.com> Date: Mon, 15 Sep 2025 14:49:15 +0800 Subject: [PATCH] doc(lvgl.lua): supplementary y_ofs field for AignToPara --- src/lvgl.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lvgl.lua b/src/lvgl.lua index ce3e078..7301b1e 100644 --- a/src/lvgl.lua +++ b/src/lvgl.lua @@ -1238,6 +1238,7 @@ end --- @field type ObjAlignType --- @field base Object --- @field x_ofs integer +--- @field y_ofs integer --- Style properties --- @class StyleProp