diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-12-23 11:58:04 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-12-23 11:58:04 +0200 |
commit | 1412e4f6671fed1641a0fa4372971aea9ab0bd2f (patch) | |
tree | bd8934900304afd11d19408b6f9497e059c0bb8f /indra/llui | |
parent | 5121891e473ba6e511c2f2cff2a5c1217e4c93a8 (diff) |
Fix for normal bug EXT-3041 - Picks accordion doesn't fit to content.
--HG--
branch : product-engine
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llflatlistview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llflatlistview.h b/indra/llui/llflatlistview.h index 26e84a6fe1..a488b00854 100644 --- a/indra/llui/llflatlistview.h +++ b/indra/llui/llflatlistview.h @@ -124,6 +124,8 @@ public: /** Returns full rect of child panel */ const LLRect& getItemsRect() const; + LLRect getRequiredRect() { return getItemsRect(); } + /** Returns distance between items */ const S32 getItemsPad() { return mItemPad; } |