From 53de2d0e47e3229921f81ac5e48326dd7c0b71b7 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Tue, 25 Nov 2025 05:50:49 +0900 Subject: [PATCH] fix --- core/aboutdialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/aboutdialog.c b/core/aboutdialog.c index 1c5fb98..fb9c012 100644 --- a/core/aboutdialog.c +++ b/core/aboutdialog.c @@ -10,7 +10,7 @@ MwWidget MDEAboutDialog(MwWidget handle, const char* appname, const char* versio MwWidget w, p, l, l2, l3, ok; MwSizeHints sh; int x = MwDEFAULT, y = MwDEFAULT; - const int iw = 64 + 32; + const int iw = 128; const int bh = 24, bw = bh * 3; int ww = 320, wh = 5 + iw + 5 + (16 + 5) * 3 + 10 + bh + 5; char buf[512];