fix
This commit is contained in:
parent
6a27bfaf28
commit
53de2d0e47
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue