diff options
| author | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-09-13 19:10:28 -0700 | 
|---|---|---|
| committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-09-13 19:10:28 -0700 | 
| commit | c6863d18d7c981756c57bbcd52baa06af00d1551 (patch) | |
| tree | d968114a72319e178fcab9687f16fbc8fe9d8a2e /indra/llcommon | |
| parent | 6b597ad40dcec2f494988eddf76376ae439c1059 (diff) | |
CHUI-283: Now upon the information icon and speaker icon do not overlap the username text. Instead the username text will be truncated with an ellipse to prevent the overlap. Also did a code cleanup.
Diffstat (limited to 'indra/llcommon')
| -rwxr-xr-x | indra/llcommon/llfoldertype.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llcommon/llfoldertype.h b/indra/llcommon/llfoldertype.h index 6b5ae572a9..609b550900 100755 --- a/indra/llcommon/llfoldertype.h +++ b/indra/llcommon/llfoldertype.h @@ -91,7 +91,7 @@ public:  		FT_NONE = -1, -        FT_PROFILE = 58 +        FT_PROFILEXXXGGG = 58  	};  	static EType 				lookup(const std::string& type_name); | 
