summaryrefslogtreecommitdiff
path: root/indra/newview/llfolderview.cpp
diff options
context:
space:
mode:
authorYuri Chebotarev <ychebotarev@productengine.com>2010-01-04 14:58:48 +0200
committerYuri Chebotarev <ychebotarev@productengine.com>2010-01-04 14:58:48 +0200
commitdcf144eae0b52c24168bde4d1cfedeb275a9777a (patch)
treef83fecbb7c6a8815919325b7aff74634b462ed5a /indra/newview/llfolderview.cpp
parent8288b33c83abde3adaec2638c9e8d1a164d4138e (diff)
parent516e2674f54d400c30bf548ea1e9b0a268bd929f (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llfolderview.cpp')
-rw-r--r--indra/newview/llfolderview.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfolderview.cpp b/indra/newview/llfolderview.cpp
index 474d2ca21f..112b23d2df 100644
--- a/indra/newview/llfolderview.cpp
+++ b/indra/newview/llfolderview.cpp
@@ -206,7 +206,8 @@ LLFolderView::LLFolderView(const Params& p)
mAutoOpenCandidate = NULL;
mAutoOpenTimer.stop();
mKeyboardSelection = FALSE;
- mIndentation = -LEFT_INDENTATION; // children start at indentation 0
+ static LLUICachedControl<S32> indentation("FolderIndentation", 0);
+ mIndentation = -indentation; // children start at indentation 0
gIdleCallbacks.addFunction(idle, this);
//clear label