summaryrefslogtreecommitdiff
path: root/indra/llui/lllayoutstack.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-08-26 12:34:56 -0700
committerRichard Linden <none@none>2010-08-26 12:34:56 -0700
commit2667c77a1cfb230ade472a047f46fd2bde7883c0 (patch)
tree3df1b9ad247685aaaf32369301e1da043fcbb2d3 /indra/llui/lllayoutstack.cpp
parent74d4bbfa0a50df83a4fe419294609b6ef2af7a80 (diff)
parentead46208b02f31c8ed06242a016501d57c90abfb (diff)
Automated merge with ssh://richard@hg.lindenlab.com/richard/viewer-experience
Diffstat (limited to 'indra/llui/lllayoutstack.cpp')
-rw-r--r--indra/llui/lllayoutstack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lllayoutstack.cpp b/indra/llui/lllayoutstack.cpp
index 15a0369eb9..309f710cbb 100644
--- a/indra/llui/lllayoutstack.cpp
+++ b/indra/llui/lllayoutstack.cpp
@@ -100,7 +100,7 @@ F32 LLLayoutPanel::getCollapseFactor(LLLayoutStack::ELayoutOrientation orientati
//
LLLayoutStack::Params::Params()
-: orientation("orientation", std::string("vertical")),
+: orientation("orientation"),
animate("animate", true),
clip("clip", true),
border_size("border_size", LLCachedControl<S32>(*LLUI::sSettingGroups["config"], "UIResizeBarHeight", 0))