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

This commit is contained in:
Nishi 2026-05-07 18:51:42 +09:00
commit bf5ab45f2e
6 changed files with 57 additions and 5 deletions

View file

@ -22,7 +22,7 @@ int MwDefaultBorderWidth(MwWidget handle) {
if(bw != MwDEFAULT) return bw;
if(MwGetInteger(handle, MwNmodernLook)) {
return 1;
return 2;
} else {
return 2;
}