diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-10-30 18:20:28 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-10-30 18:20:28 -0700 |
commit | 9d9853082361b35987a70574b422c40e8ee04d93 (patch) | |
tree | 3034aa84c609219e6d4ef1f67c876d23350eedda /indra/newview/llconversationview.h | |
parent | a7a24dc2f9450e0d51e7110a7eb44e0f27a010db (diff) |
CHUI-471: Adjusted conversationview so that indentation of the avatar icon is dependent upon getIndentation() instead of modifying avatar icon's left value.
Diffstat (limited to 'indra/newview/llconversationview.h')
-rwxr-xr-x | indra/newview/llconversationview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llconversationview.h b/indra/newview/llconversationview.h index bd95387bbe..18cb9bdb27 100755 --- a/indra/newview/llconversationview.h +++ b/indra/newview/llconversationview.h @@ -129,6 +129,7 @@ protected: void initFromParams(const Params& params); BOOL postBuild(); /*virtual*/ void draw(); + /*virtual*/ S32 arrange(S32* width, S32* height); void onInfoBtnClick(); |