diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-03-05 17:45:59 +0200 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-03-05 17:45:59 +0200 |
commit | 2433de3fac1a07a94e3c031b4528fee90a5fa7d2 (patch) | |
tree | ec1096960cc624804f0334be21d15a336a971e20 /indra/llui/llbutton.h | |
parent | 66faaf34c4a143633fc7619a4997fdfb93ceda94 (diff) | |
parent | 698835061bb3e4113eb6af688e05517fc50cc090 (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/llui/llbutton.h')
-rw-r--r-- | indra/llui/llbutton.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llbutton.h b/indra/llui/llbutton.h index 6a0d8ef3d6..59b551a16d 100644 --- a/indra/llui/llbutton.h +++ b/indra/llui/llbutton.h @@ -216,6 +216,7 @@ public: void setImageOverlay(const std::string& image_name, LLFontGL::HAlign alignment = LLFontGL::HCENTER, const LLColor4& color = LLColor4::white); void setImageOverlay(const LLUUID& image_id, LLFontGL::HAlign alignment = LLFontGL::HCENTER, const LLColor4& color = LLColor4::white); LLPointer<LLUIImage> getImageOverlay() { return mImageOverlay; } + LLFontGL::HAlign getImageOverlayHAlign() const { return mImageOverlayAlignment; } void autoResize(); // resize with label of current btn state void resize(LLUIString label); // resize with label input |