diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-12-21 12:11:26 +0200 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-12-21 12:11:26 +0200 |
commit | 2fd6bb4b59ac5f016de91f2dfddcebd71883f0d0 (patch) | |
tree | 961530257befc8ff433b026b947f8b03e4382719 /indra/newview/llchiclet.h | |
parent | d1a857de1f0bb3e7f38ffae6cd4901e188c37ba3 (diff) |
fix for low Task EXT-2881 Enough space to place 5 chiclets without arrows in bottom bar when voice indicator isn't shown
change whole chicklet arranging.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llchiclet.h')
-rw-r--r-- | indra/newview/llchiclet.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llchiclet.h b/indra/newview/llchiclet.h index d8f641d0f9..122e8bd8b4 100644 --- a/indra/newview/llchiclet.h +++ b/indra/newview/llchiclet.h @@ -1021,6 +1021,11 @@ protected: bool canScrollRight(); /** + * Returns true if we need to show scroll buttons + */ + bool needShowScroll(); + + /** * Returns true if chiclets can be scrolled left. */ bool canScrollLeft(); |