doctorjellybean
Programmer
- May 5, 2003
- 145
I have seen some applications which can't be resized, no maximized option. Some of them are so small, especially on my widescreen that it is a pain in trying to read everything.
This made me wonder what is accepted as good design. On the one hand a fixed size means everything displays the way it is designed. The flipside of the coin is that the user's screen resolution might be smaller than the designed parameters.
If I want to design an application to be fixed, what sort of dimensions are reasonably safe? 800 x 600? Or should I design it to be resizeable?
This made me wonder what is accepted as good design. On the one hand a fixed size means everything displays the way it is designed. The flipside of the coin is that the user's screen resolution might be smaller than the designed parameters.
If I want to design an application to be fixed, what sort of dimensions are reasonably safe? 800 x 600? Or should I design it to be resizeable?