diff options
author | richard <none@none> | 2009-12-14 14:54:37 -0800 |
---|---|---|
committer | richard <none@none> | 2009-12-14 14:54:37 -0800 |
commit | 0d9bae83edc9b41ebfeffd947f9b149e3312fded (patch) | |
tree | 80960125fc0c0fccede8ab78215506758269e53e /indra/llui/llbutton.h | |
parent | 4a2d57ad489344d77c2bc5213dad2c40c161a34e (diff) | |
parent | 861640adf90809131210175368850d0ccc1d669e (diff) |
merge
Diffstat (limited to 'indra/llui/llbutton.h')
-rw-r--r-- | indra/llui/llbutton.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/llbutton.h b/indra/llui/llbutton.h index 4c7400220d..5e28b8cdff 100644 --- a/indra/llui/llbutton.h +++ b/indra/llui/llbutton.h @@ -49,7 +49,6 @@ // PLEASE please use these "constants" when building your own buttons. // They are loaded from settings.xml at run time. extern S32 LLBUTTON_H_PAD; -extern S32 LLBUTTON_V_PAD; extern S32 BTN_HEIGHT_SMALL; extern S32 BTN_HEIGHT; @@ -105,6 +104,7 @@ public: // layout Optional<S32> pad_right; Optional<S32> pad_left; + Optional<S32> pad_bottom; // under text label // callbacks Optional<CommitCallbackParam> click_callback, // alias -> commit_callback @@ -310,6 +310,7 @@ private: LLFontGL::HAlign mHAlign; S32 mLeftHPad; S32 mRightHPad; + S32 mBottomVPad; // under text label F32 mHoverGlowStrength; F32 mCurGlowStrength; |