diff options
author | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-02-22 13:58:00 +0200 |
---|---|---|
committer | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-02-22 13:58:00 +0200 |
commit | 6f98e0b9721515065b84d32428b0e55a4bde89d3 (patch) | |
tree | 3e5f613d4ed88cfc1d991b88658f5ba646a17e6f /indra/llui/llaccordionctrl.h | |
parent | a8e9f7ab5010bd4f9d80fbd0002a16bcb802716c (diff) |
fix for EXT-5128 Groups accordions should all appear on-screen w/out scrolling (open accordion should fill space)
fix is not complete since we got horizontal scrolbar which I think is not intended...need to fix croll_container.
--HG--
branch : product-engine
Diffstat (limited to 'indra/llui/llaccordionctrl.h')
-rw-r--r-- | indra/llui/llaccordionctrl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/llaccordionctrl.h b/indra/llui/llaccordionctrl.h index d57a42df32..7c29e545b7 100644 --- a/indra/llui/llaccordionctrl.h +++ b/indra/llui/llaccordionctrl.h @@ -105,6 +105,9 @@ public: void reset (); private: + void arrangeSinge(); + void arrangeMultiple(); + // Calc Splitter's height that is necessary to display all child content S32 calcRecuiredHeight(); S32 getRecuiredHeight() const { return mInnerRect.getHeight(); } |