I am not sure if this is a "feature" by the OS/Windows dialogue.IDEMessageDialog is used. It is implemented as a fixed size dialog for some reason. I know that MessageBox in Windows in fixed size but this one is fixed also with QT5 bindings.
And what method is used to shorten FDestDir for display? Cutting on the last part(s) seems not very instructive.
IDEMessageDialog is used. It is implemented as a fixed size dialog for some reason. I know that MessageBox in Windows in fixed size but this one is fixed also with QT5 bindings.
I also don't like such dialogs. Modern desktop systems like KDE Plasma have resizable dialogs everywhere.