TWebUpdateWizard cropped text

This is reopening of following issue:

The new version 10.6.1.0 is better because now two lines of text are visible. But beginning from third line the text is hidden even if update wizard contains plenty of free space. If this is not true and space in right lower part of window is reserved for something I will accept it.

This is excerpt from INF file:
[update]
date=24/08/2021
time=06:47
descr=Update description first line\nsecond line\nthird line\nand so on

And this is how update wizard looks like:
screenshot

  1. Are you running this on a screen with >100% DPI? We changed the anchoring to try to handle this better, but after all, it will remain a label and if you add sufficient lines, it will always break somewhere.
  2. This screen was not designed for extensive new version info, the next sheet has a scrollable memo control that was designed to show new feature information of an unspecified length.
  1. I don't know exact DPI because I am using remote desktop session where some graphic settings are unavailable (see screenshot). But I see there is large empty space which could be used. This is not critical in our application. Just thought that if it can be fixed easily it would be good.
  2. I know about next sheet but unfortunately it is also too tight. Even if I set wizard window to be sizeable, the memo control does not have anchors set. So its size is constant. If I want to see whole line, I must scroll even if I have large screen. Could you please check anchors for this memo control and also for buttons ?

We changed the anchoring on the memo as well.