summaryrefslogtreecommitdiff
path: root/indra/llui/llstyle.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2025-04-25 20:22:33 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2025-04-25 20:22:33 +0300
commit1eb34b43fb88a0b7551d9083ab46ba7df2feab14 (patch)
treebb0cc21f163295085f52e1c4454f8476b268791e /indra/llui/llstyle.h
parentf450b42acfd0ac118b07eaf16a1b4c0298edbeae (diff)
#3758 clean up: move EUnderlineLink
Diffstat (limited to 'indra/llui/llstyle.h')
-rw-r--r--indra/llui/llstyle.h8
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; }