About multi-language MUI
I defined English and SimpleChinese language.
The MUI dialogBox size of english is bigger than that of SimpleChinese.
How NSIS adjust the dialogbox size to fit the specific language?
Thanks.:up:
Archive: About multi-language MUI
About multi-language MUI
I defined English and SimpleChinese language.
The MUI dialogBox size of english is bigger than that of SimpleChinese.
How NSIS adjust the dialogbox size to fit the specific language?
Thanks.:up:
That's because the font defined for Chinese is larger and the dialogs automatically adjust their size to the font size. In fact, in Windows, dialog units are defined as a function of the font size.