diff options
author | Richard Linden <none@none> | 2010-06-24 15:00:03 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-06-24 15:00:03 -0700 |
commit | 63b3bf29208d51df84f10594266661d6294df4c6 (patch) | |
tree | f07fd0aa162283ffd8914c7cfdc7a8cd7b201759 /indra/llui/llview.cpp | |
parent | a77b0827c2189101de44801e003588881a75a79b (diff) | |
parent | e7040fad36bd03407f5c51e9cac809ce8b98c900 (diff) |
merge
Diffstat (limited to 'indra/llui/llview.cpp')
-rw-r--r-- | indra/llui/llview.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llview.cpp b/indra/llui/llview.cpp index bd56da9121..394ec957d5 100644 --- a/indra/llui/llview.cpp +++ b/indra/llui/llview.cpp @@ -111,6 +111,8 @@ LLView::Params::Params() user_resize("user_resize"), auto_resize("auto_resize"), needs_translate("translate"), + min_width("min_width"), + max_width("max_width"), xmlns("xmlns"), xmlns_xsi("xmlns:xsi"), xsi_schemaLocation("xsi:schemaLocation"), |