修复内边距不正确

This commit is contained in:
2025-04-04 13:44:38 +08:00
parent 3a426b8b99
commit 759f482afe
4 changed files with 16 additions and 13 deletions

View File

@@ -25,6 +25,7 @@ int main(int argc, char* argv[]) {
const auto button = mnew(mbutton)
mslot(mbutton)
.margin({10})
[
text_block
];