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

This commit is contained in:
Nishi 2026-05-04 20:15:08 +09:00
commit 49294dc975
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -307,7 +307,7 @@ static void draw(MwWidget handle) {
if(title != NULL) {
MwPoint p;
p.x = r2.x + (TitleHeight - ButtonSize);
p.x = r2.x + (TitleHeight - ButtonSize) / 2;
p.y = r2.y + TitleHeight / 2;
handle->bgcolor = tb;
MwDrawText(handle, NULL, &p, title, MwALIGNMENT_BEGINNING, tf);