I'm all for a gutter accessory.
Can't users modify there chrome settings?
I know I can do wide scrollbars in windows.
I'd rather not have an issue like that be something to leap
unexpectedly at a user.
Collin Miller
641 814 6585
On Feb 12, 2008, at 12:05 AM, why the lucky stiff <[EMAIL PROTECTED]
> wrote:
On Mon, Feb 11, 2008 at 09:49:49PM -0500, MenTaLguY wrote:
I've been thinking more about the scrollbar layout thing, and if a
user-provided gutter is required, then there needs to be a
Shoes::SCROLL_GUTTER_SIZE constant or something so that
platform-specific differences in scrollbar size can be taken into
account.
I think in the Shoes manual, I'm just going to say that a 20 pixel
gutter should generally be given. I'm okay with a constant, but I
don't want it to have such a long name, the point is to simplify and
not to complicate.
For the built-in manual, I use a 40px right gutter. But perhaps a
good midway would be to have a `gutter` method that clears just
enough space.
stack :margin_right => 20 + gutter
end
_why