This commit is contained in:
NishiOwO
2025-12-25 04:03:05 +09:00
parent e77c4f3c38
commit d3a7b0a01d

View File

@@ -6,7 +6,7 @@ static int create(MwWidget handle) {
MwLLBeginStateChange(handle->lowlevel);
MwSetDefault(handle);
MwSetInteger(handle, MwNleftPadding, 16);
MwSetInteger(handle, MwNleftPadding, 0);
return 0;
}