Fix for normal bug EXT-3041 - Picks accordion doesn't fit to content.
--HG-- branch : product-enginemaster
parent
5121891e47
commit
1412e4f667
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue