diff options
author | Richard Linden <none@none> | 2010-12-10 10:11:03 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2010-12-10 10:11:03 -0800 |
commit | 8044661bd581fd7b6a25bd04d4c4f7e32e421faf (patch) | |
tree | 5d4a60e2dc914d7016884a8e60fa6ea8b7a118d3 /indra/llui/lllayoutstack.h | |
parent | 61b675e0afb96d1d46b1f36a8d54bb8146ef27d6 (diff) |
WIP XUI HTTP Auth dialog
refactored LLWindowShade into seperate file
improved layout of dialog
improved dialog resizing logic
Tab and Enter keys now work as expected in windowshade form
added "modal" capability to window shade
added HTTP Auth notifications to MOAP
Diffstat (limited to 'indra/llui/lllayoutstack.h')
-rw-r--r-- | indra/llui/lllayoutstack.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/lllayoutstack.h b/indra/llui/lllayoutstack.h index 9e8539c716..e43669d893 100644 --- a/indra/llui/lllayoutstack.h +++ b/indra/llui/lllayoutstack.h @@ -173,6 +173,9 @@ public: ~LLLayoutPanel(); void initFromParams(const Params& p); + void setMinDim(S32 value) { mMinDim = value; } + void setMaxDim(S32 value) { mMaxDim = value; } + protected: LLLayoutPanel(const Params& p) ; |