I use xprop to check prop, and grep this result:
WM_NORMAL_HINTS(WM_SIZE_HINTS):
program specified minimum size: 367 by 151
program specified resize increment: 14 by 35
program specified base size: 16 by 46
because (367-16)%14=1, so i think the right minimum size is: 367 by 151
Let me correct the conclusion above:
because (367-16)%14=1, so i think the right minimum size is: 366 by 151