This commit is contained in:
Evgeny
2025-06-26 12:10:25 +08:00
parent 4b377577e5
commit e744b0dc46

View File

@@ -88,7 +88,7 @@ This is all you need to know about the new API. Below is an example demonstratin
{"text", "", {size = 17, color = "", gravity = "left"}}, {"text", "", {size = 17, color = "", gravity = "left"}},
{"button", "", {color = "", gravity = "left", expand = "false"}}, {"button", "", {color = "", gravity = "left", expand = "false"}},
{"icon", "", {size = 17, color = "", gravity = "left"}}, {"icon", "", {size = 17, color = "", gravity = "left"}},
{"progress" "", {progress = 0, color = "", gravity = "left"}}, {"progress", "", {progress = 0, color = "", gravity = "left"}},
{"new_line", 0}, {"new_line", 0},
{"spacer", 0}, {"spacer", 0},
``` ```