Archive: <Truncation>The "Uninstalling from" was truncated in localised versions


<Truncation>The "Uninstalling from" was truncated in localised versions
Whne you start the uninstaller, it starts from showing "Unisnallation confirmation" window.
It has a label "Uninstalling from:" on the left side of editor control which contains the installation path.
This lavel has fixed width, and in localised versions is who short, and being truncated.

Is there way to modify the appearance of standrd dialogs (in particular - uninstall confirmation)?
Is that possible to move controls on standard dialogs without the rebuilding of the entire NSIS?


ChangeUI command + resource hacker


I suggest to NSIS team to change dialog template:
Do not put fixed width labels on the left of input filed, when there are very limited space.
I suggest to put "uninstalling from" label on top of the input editor.

And we fixed it for our case by changing the wording from "uninstalling from" to "location"

Thanks!