Fix for normal bug EXT-3041 - Picks accordion doesn't fit to content.

--HG--
branch : product-engine
master
Dmitry Zaporozhan 2009-12-23 11:58:04 +02:00
parent 5121891e47
commit 1412e4f667
1 changed files with 2 additions and 0 deletions

View File

@ -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; }