From 2fd6bb4b59ac5f016de91f2dfddcebd71883f0d0 Mon Sep 17 00:00:00 2001 From: Yuri Chebotarev Date: Mon, 21 Dec 2009 12:11:26 +0200 Subject: 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 --- indra/newview/llchiclet.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'indra/newview/llchiclet.h') 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 @@ -1020,6 +1020,11 @@ protected: */ bool canScrollRight(); + /** + * Returns true if we need to show scroll buttons + */ + bool needShowScroll(); + /** * Returns true if chiclets can be scrolled left. */ -- cgit v1.2.3