1764: Better default size in "Create VDI" wizard when called from "Create VM" wizard.
These changes related both to NewVM and NewHD wizards.
- Labels sizeHint calculation based on minimum QLabel width. In case of there is no minimum QLabel width predefined – sizeHint calculation leads to wrong dialog height (dialog could be very tall).
- Own QTextEdit implementation with sizeHint based on contained text.
- The color of the dialog’s picture background is set to the color of the picture’s last pixel. So it is possible to vertically resize dialog & picture simultaneously.
|