diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-04-29 17:01:47 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-04-29 17:01:47 -0700 |
commit | 0ce0d897f4e8bed87299b88b3ac24812bfe6afbd (patch) | |
tree | 7968fc7c4a3f7a800a49b8c4e17f8a1467e4d79f /indra/newview/llpersonfolderview.cpp | |
parent | 59880225108ef807ef58ed98357f0706c045ff61 (diff) |
ACME-252 Create AvatarFolderItemView: Now the personview contains all icons that the avatarlistitem view contains.
Diffstat (limited to 'indra/newview/llpersonfolderview.cpp')
-rw-r--r-- | indra/newview/llpersonfolderview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpersonfolderview.cpp b/indra/newview/llpersonfolderview.cpp index 8141eecc35..636d093e0e 100644 --- a/indra/newview/llpersonfolderview.cpp +++ b/indra/newview/llpersonfolderview.cpp @@ -104,7 +104,6 @@ LLPersonView * LLPersonFolderView::createConversationViewParticipant(LLPersonMod //24 should be loaded from .xml somehow params.rect = LLRect (0, 24, getRect().getWidth(), 0); params.tool_tip = params.name; - params.folder_indentation = 2; return LLUICtrlFactory::create<LLPersonView>(params); } |