From 8a442d5edb9074fa76856fc739b362a7374bc1cf Mon Sep 17 00:00:00 2001 From: Paul ProductEngine Date: Fri, 25 Nov 2011 19:24:47 +0200 Subject: EXP-1463 FIXED (IM chiclets overlay Mini-Location bar) - Now chiclet bar adjusts its width with Mini-Location bar --- indra/newview/llchicletbar.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'indra/newview/llchicletbar.h') diff --git a/indra/newview/llchicletbar.h b/indra/newview/llchicletbar.h index 224dfbb647..1427bf95e0 100644 --- a/indra/newview/llchicletbar.h +++ b/indra/newview/llchicletbar.h @@ -89,6 +89,12 @@ private: */ S32 getChicletPanelShrinkHeadroom() const; + /** + * function adjusts Chiclet bar width to prevent overlapping with Mini-Location bar + * EXP-1463 + */ + void fitWithTopInfoBar(); + protected: LLChicletBar(const LLSD& key = LLSD()); -- cgit v1.2.3