This commit is contained in:
Nishi 2025-11-27 04:56:27 +09:00
commit c92a5e0db4
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -139,14 +139,14 @@ static void resize(MwWidget handle, void* user, void* client) {
MwVaApply(tree,
MwNx, 5,
MwNy, y + 5 + 32 + 10 + 16 + 5,
MwNwidth, 128 + 16,
MwNwidth, 128 + 32,
MwNheight, wh - 5 - 32 - 10 - 16 - 5 - 5,
NULL);
MwVaApply(list,
MwNx, 5 + 128 + 16 + 5,
MwNx, 5 + 128 + 32 + 5,
MwNy, y + 5 + 32 + 10 + 16 + 5,
MwNwidth, ww - 5 - 128 - 16 - 5 - 5,
MwNwidth, ww - 5 - 128 - 32 - 5 - 5,
MwNheight, wh - 5 - 32 - 10 - 16 - 5 - 5,
NULL);
}