This commit is contained in:
Nishi 2025-12-25 04:03:05 +09:00
commit d3a7b0a01d
Signed by: nishi
GPG key ID: 27EF69B208EB9343

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;
}