diff options
author | James Cook <james@lindenlab.com> | 2009-10-05 16:17:51 +0000 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-10-05 16:17:51 +0000 |
commit | 92aaa3778872a660bed78b1ab7e77dc441200d3b (patch) | |
tree | 12a29994ffaeaff71523309763359e1b648fa0e0 /indra/llui/lltooltip.cpp | |
parent | f9788fa6ce0196ffaba6cdcb0fda3ef5cbfe3265 (diff) |
Tweak inspector tooltip icon spacing.
Diffstat (limited to 'indra/llui/lltooltip.cpp')
-rw-r--r-- | indra/llui/lltooltip.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltooltip.cpp b/indra/llui/lltooltip.cpp index 8f5c029816..d742281f30 100644 --- a/indra/llui/lltooltip.cpp +++ b/indra/llui/lltooltip.cpp @@ -189,7 +189,7 @@ LLToolTip::LLToolTip(const LLToolTip::Params& p) addChild(LLUICtrlFactory::create<LLIconCtrl>(icon_params)); // move text over to fit image in - mTextBox->translate(TOOLTIP_ICON_SIZE,0); + mTextBox->translate(TOOLTIP_ICON_SIZE + mPadding, 0); } if (p.click_callback.isProvided()) |