Re: [Usability] Re: Decision: instant apply window buttons



John Kodis <kodis jagunet com> writes:
> On Sat, Jan 26, 2002 at 08:01:53PM -0800, Seth Nickell wrote:
> 
> > Looking at Control Center... all the "dialogs" fit OK on a 640x480
> > screen.
> 
> Unless the user has a vision problem that requires them to use a
> really large font.

Resizing smaller isn't available anyhow - when the size of a GTK
window is fixed, the size is equal to the minimum size; so even if the
window were resizable, you could never resize smaller than that size.

Going smaller than the minimum size "breaks" widgets and starts to
clip text, etc.

If you have a won't-fit-on-screen window you want to move the window
such that the part you're looking at is onscreen, rather than resizing
it smaller. Resizing it smaller just makes the widgets unusable.

So the only issue here is whether the window can be _expanded_,
_shrinking_ windows below their normal size is not available even for
resizable windows.

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]