diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2025-04-25 20:22:33 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2025-04-25 20:22:33 +0300 |
commit | 1eb34b43fb88a0b7551d9083ab46ba7df2feab14 (patch) | |
tree | bb0cc21f163295085f52e1c4454f8476b268791e /indra/llui/llstyle.h | |
parent | f450b42acfd0ac118b07eaf16a1b4c0298edbeae (diff) |
#3758 clean up: move EUnderlineLink
Diffstat (limited to 'indra/llui/llstyle.h')
-rw-r--r-- | indra/llui/llstyle.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/llui/llstyle.h b/indra/llui/llstyle.h index 2c86eb6db7..71c3f88109 100644 --- a/indra/llui/llstyle.h +++ b/indra/llui/llstyle.h @@ -54,6 +54,14 @@ public: Params(); }; LLStyle(const Params& p = Params()); + + enum EUnderlineLink + { + UNDERLINE_ALWAYS = 0, + UNDERLINE_ON_HOVER, + UNDERLINE_NEVER + }; + public: const LLUIColor& getColor() const { return mColor; } void setColor(const LLUIColor &color) { mColor = color; } |