diff options
Diffstat (limited to 'linden/indra/llui/lltextbox.h')
-rw-r--r-- | linden/indra/llui/lltextbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llui/lltextbox.h b/linden/indra/llui/lltextbox.h index 45d6acb..e8d4690 100644 --- a/linden/indra/llui/lltextbox.h +++ b/linden/indra/llui/lltextbox.h | |||
@@ -74,7 +74,7 @@ public: | |||
74 | 74 | ||
75 | void setBackgroundVisible(BOOL visible) { mBackgroundVisible = visible; } | 75 | void setBackgroundVisible(BOOL visible) { mBackgroundVisible = visible; } |
76 | void setBorderVisible(BOOL visible) { mBorderVisible = visible; } | 76 | void setBorderVisible(BOOL visible) { mBorderVisible = visible; } |
77 | void setDropshadowVisible(BOOL visible) { mDropshadowVisible = visible; } | 77 | void setFontStyle(U8 style) { mFontStyle = style; } |
78 | void setBorderDropshadowVisible(BOOL visible){ mBorderDropShadowVisible = visible; } | 78 | void setBorderDropshadowVisible(BOOL visible){ mBorderDropShadowVisible = visible; } |
79 | void setHPad(S32 pixels) { mHPad = pixels; } | 79 | void setHPad(S32 pixels) { mHPad = pixels; } |
80 | void setVPad(S32 pixels) { mVPad = pixels; } | 80 | void setVPad(S32 pixels) { mVPad = pixels; } |
@@ -112,7 +112,7 @@ protected: | |||
112 | BOOL mBackgroundVisible; | 112 | BOOL mBackgroundVisible; |
113 | BOOL mBorderVisible; | 113 | BOOL mBorderVisible; |
114 | 114 | ||
115 | BOOL mDropshadowVisible; // Draws black dropshadow below and to the right of the text. | 115 | U8 mFontStyle; // style bit flags for font |
116 | BOOL mBorderDropShadowVisible; | 116 | BOOL mBorderDropShadowVisible; |
117 | 117 | ||
118 | S32 mHPad; | 118 | S32 mHPad; |