diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-07-19 20:07:03 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-07-19 20:07:03 +0300 |
commit | 928191f525cf8a02816718eefd9a65097d8ecb8b (patch) | |
tree | 31634f316e31c469104129b0b8b49ba6ca71b8bb /indra/llui/llscrolllistcell.h | |
parent | 84ae60a3b34d92930a74e9207bf39e6335e307a0 (diff) |
SL-15297 performance floater UI update #2
Diffstat (limited to 'indra/llui/llscrolllistcell.h')
-rw-r--r-- | indra/llui/llscrolllistcell.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llscrolllistcell.h b/indra/llui/llscrolllistcell.h index 26a272b270..9a659dfd0d 100644 --- a/indra/llui/llscrolllistcell.h +++ b/indra/llui/llscrolllistcell.h @@ -154,6 +154,7 @@ public: void setText(const LLStringExplicit& text); void setFontStyle(const U8 font_style); + void setAlignment(LLFontGL::HAlign align) { mFontAlignment = align; } protected: LLUIString mText; |