diff options
author | Richard Linden <none@none> | 2010-07-01 19:48:39 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-07-01 19:48:39 -0700 |
commit | 187a4b638d8648977fa148bd409750096542fad2 (patch) | |
tree | 34199a47cda7b45ccb8b6e0db29e5645d12af14d /indra/llui/lltextbase.h | |
parent | e21143ef5d40b03df3ee864566dadc4cde77cd74 (diff) |
EXT-7654 - About Land Floater> Icons missing
fixed layout of embedded icons in text labels
Diffstat (limited to 'indra/llui/lltextbase.h')
-rw-r--r-- | indra/llui/lltextbase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lltextbase.h b/indra/llui/lltextbase.h index fe8ebb1b80..ff63cc26f5 100644 --- a/indra/llui/lltextbase.h +++ b/indra/llui/lltextbase.h @@ -357,6 +357,7 @@ protected: S32 mHPad; // padding on left of text S32 mVPad; // padding above text LLFontGL::HAlign mHAlign; + LLFontGL::VAlign mVAlign; F32 mLineSpacingMult; // multiple of line height used as space for a single line of text (e.g. 1.5 to get 50% padding) S32 mLineSpacingPixels; // padding between lines const LLFontGL* mDefaultFont; // font that is used when none specified |