bradharding
17th November 2003 04:19 UTC
Modern UI header text
Hi Joost,
The header text in the latest CVS build of NSIS when using Modern UI is now larger than what it was previously. This is fine (actually looks better), but the bottom part of it is obscured by the header subtext. I'm guessing that subtext label will just need to be moved 4 or 5 pixels downwards...
Regards,
Brad.
Joost Verburg
18th November 2003 15:55 UTC
Are you sure you have updated all files (inluding makensis)? It works fine for me, no size change.
bradharding
18th November 2003 22:13 UTC
All files are up to date. On closer inspection, it seems to only happen when using custom fonts.
Without the line "SetFont Verdana 8", it's fine.
With that line, it's not (see attached picture)
(The larger font actually looks better, if part of it wasn't obscured by the header subtext, as shown.)
Regards,
Brad.
Joost Verburg
18th November 2003 22:26 UTC
SetFont support has been added to the Modern UI last week. So previously, your installer just used the standard Windows dialog font.
Because of an NSIS language string issue, the Modern UI did not recieve the right font settings.
Thanks for reporting this issue, it has been fixed.
Btw, I would recommend using the standard font instead of Verdana.
bradharding
18th November 2003 22:30 UTC
Thanks! :)