diff options
author | Richard Linden <none@none> | 2012-01-16 11:03:33 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2012-01-16 11:03:33 -0800 |
commit | cd4204b2730350eede126190814621b65308c422 (patch) | |
tree | 264b81593d9cabd93450e29cbcb0ffdaec8eac58 /indra/newview/llchathistory.cpp | |
parent | 5e5105bd223f5180bbca634ba2c393be2ef3d13d (diff) |
EXP-1758 WIP Progress spinner not shown during merketplace synch if Merchant Outbox floater was previously minimized
rewrote layout_stack resizing logic to be symmetrical
Diffstat (limited to 'indra/newview/llchathistory.cpp')
-rw-r--r-- | indra/newview/llchathistory.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llchathistory.cpp b/indra/newview/llchathistory.cpp index 42de47e777..f530d10ddc 100644 --- a/indra/newview/llchathistory.cpp +++ b/indra/newview/llchathistory.cpp @@ -621,7 +621,6 @@ void LLChatHistory::initFromParams(const LLChatHistory::Params& p) panel_p.has_border = false; panel_p.mouse_opaque = false; panel_p.min_dim = 30; - panel_p.max_dim = S32_MAX; panel_p.auto_resize = true; panel_p.user_resize = false; |