diff options
author | Richard Linden <none@none> | 2010-06-24 10:47:31 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-06-24 10:47:31 -0700 |
commit | 483f66e082dd758ac1efafdcb5ba9c277690d760 (patch) | |
tree | 2e6f5c10c08e9bdf7caa11c31a40d6a3e9792ff4 /indra/llui/llview.cpp | |
parent | 8f892d0f36fda170a5cecf0aea89887d6d0e45ef (diff) | |
parent | 1683c7c6e99814e101312aad38718d393a2605e3 (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"), |