I normaly work on a machine with high resolution displays (1600x1200) to layout my dialogs in designer (3.3.4). The dialogs look fine when I run them on my desktop at full resolution but when I test them at lower resolutions such as 1280x1024 or 1024x768 they look horible.

The problem is that the WM knows how to correctly scale the fonts when the resolution is changed but the dialog size is not scaled. The result is that the dialog is very large relative to the fonts sizes at these lower resolutions with lots of whitespace. If I manually resize the dialogs when running at lower resolution they look fine. Is there some way to make the dialogs automatically size themselves based on the actual displayed font size rather than defaulting to a fixed number of pixels in size?