diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2020-01-02 22:19:21 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2020-01-02 22:19:21 +0200 |
commit | b6119253574cbc6ed355f342c056a4a198001a20 (patch) | |
tree | 6066d4df4779ef19907bf85ced0cf49dfd0b68f2 /indra/llui/lltextbase.h | |
parent | b006dc46394a46d30da9868f11e3f3bef5294dee (diff) |
SL-12484 EXP-696 Remade "Remember Password" checkbox to be multiline
Diffstat (limited to 'indra/llui/lltextbase.h')
-rw-r--r-- | indra/llui/lltextbase.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/lltextbase.h b/indra/llui/lltextbase.h index 4239cdf43c..058b804714 100644 --- a/indra/llui/lltextbase.h +++ b/indra/llui/lltextbase.h @@ -441,6 +441,8 @@ public: S32 getVPad() { return mVPad; } S32 getHPad() { return mHPad; } + F32 getLineSpacingMult() { return mLineSpacingMult; } + S32 getLineSpacingPixels() { return mLineSpacingPixels; } // only for multiline S32 getDocIndexFromLocalCoord( S32 local_x, S32 local_y, BOOL round, bool hit_past_end_of_line = true) const; LLRect getLocalRectFromDocIndex(S32 pos) const; |