diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-06-09 17:40:38 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-06-09 17:40:38 +0300 |
commit | 9adf2dbeb7e7dcc1d3b4188899b58c089f4d99c8 (patch) | |
tree | 1224e26705bf9832cc9dd0bf284634cff7190634 /indra/newview/lloutfitgallery.cpp | |
parent | 29078e7696c0cdee21e336ddb701f6c7966a33e0 (diff) |
MAINT-6472 Show outfit tooltips in Outfit Gallery. Increase space between image and outfit name.
Diffstat (limited to 'indra/newview/lloutfitgallery.cpp')
-rw-r--r-- | indra/newview/lloutfitgallery.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lloutfitgallery.cpp b/indra/newview/lloutfitgallery.cpp index dcc4d70a2c..224f2b7f49 100644 --- a/indra/newview/lloutfitgallery.cpp +++ b/indra/newview/lloutfitgallery.cpp @@ -666,6 +666,7 @@ void LLOutfitGalleryItem::draw() void LLOutfitGalleryItem::setOutfitName(std::string name) { mOutfitNameText->setText(name); + mOutfitNameText->setToolTip(name); mOutfitName = name; } |