Comment 59 for bug 23810

Revision history for this message
Don Rhummy (donrhummy) wrote :

I don't understand everyone's solutions here. The solution is NOT to set the size to XXX height, but to have the program query for the screen size and then choose a height based on that. My screen (a netbook) is only 600 pixels tall. But there may be others with even smaller screens, or others that are bigger.

What should happen is the window should use a Viewport that has scrollbar capabilities. If the components in the viewport are larger than the height of the viewport, it'll shows scrollbars. But the viewport will be no taller than whatever the screensize is. Why isn't it done this way?