diff options
| author | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-02-05 13:20:12 +0200 | 
|---|---|---|
| committer | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-02-05 13:20:12 +0200 | 
| commit | cc0895b90039a6446f7c9a0ab71518d445175c0f (patch) | |
| tree | e481b053071790d726df96539d26562725b1bf77 | |
| parent | a69a85544f628b7cd5a19f54a059eb02324419e4 (diff) | |
a bit more on EXT-2753.
--HG--
branch : product-engine
| -rw-r--r-- | indra/llui/lltabcontainer.cpp | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/indra/llui/lltabcontainer.cpp b/indra/llui/lltabcontainer.cpp index d959d3099c..19408989a5 100644 --- a/indra/llui/lltabcontainer.cpp +++ b/indra/llui/lltabcontainer.cpp @@ -139,7 +139,9 @@ public:  			setLeftHPad(icon_size + mIconCtrlPad * 2);  			break;  		case LLFontGL::HCENTER: -			//*TODO implement for HCENTER icon alignment +			icon_rect.setLeftTopAndSize(button_rect.mRight - (button_rect.getWidth() + mIconCtrlPad - icon_size)/2, button_rect.mTop - mIconCtrlPad,  +				icon_size, icon_size); +			setRightHPad(icon_size + mIconCtrlPad * 2);  			break;  		case LLFontGL::RIGHT:  			icon_rect.setLeftTopAndSize(button_rect.mRight - mIconCtrlPad - icon_size, button_rect.mTop - mIconCtrlPad,  | 
