fix document
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-03-27 15:34:54 +09:00
commit 0e5f4f5ef7
Signed by: nishi
GPG key ID: 27EF69B208EB9343
2 changed files with 2 additions and 1 deletions

View file

@ -17,7 +17,7 @@
static int get_color_diff(MwWidget handle) {
if(MwGetInteger(handle, MwNmodernLook)) {
return 23;
return 40;
} else {
return 80;
}