diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2026-03-05 20:24:30 +0200 |
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2026-03-09 14:47:22 +0200 |
| commit | e3b28fddff322e39d26f369712f7237854cabd5b (patch) | |
| tree | f92bc8014571b0c06c04ce2c41223e67a57885a6 /indra/llui/llbutton.h | |
| parent | 1b9c85dc2d990e68e6934e5d54e85319313e03d6 (diff) | |
#5462 Login form update
Diffstat (limited to 'indra/llui/llbutton.h')
| -rw-r--r-- | indra/llui/llbutton.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/llbutton.h b/indra/llui/llbutton.h index f530eceb4b..ac301d5149 100644 --- a/indra/llui/llbutton.h +++ b/indra/llui/llbutton.h @@ -110,6 +110,7 @@ public: //image overlay paddings Optional<S32> image_top_pad; Optional<S32> image_bottom_pad; + Optional<S32> image_overlay_right_delta; /** * Space between image_overlay and label @@ -372,6 +373,8 @@ protected: */ S32 mImgOverlayLabelSpace; + S32 mImageOverlayRightDelta; + F32 mHoverGlowStrength; F32 mCurGlowStrength; |
