diff options
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/lloutfitgallery.cpp | 1 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_outfit_gallery_item.xml | 4 |
2 files changed, 3 insertions, 2 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; } diff --git a/indra/newview/skins/default/xui/en/panel_outfit_gallery_item.xml b/indra/newview/skins/default/xui/en/panel_outfit_gallery_item.xml index 77c546c6e7..e3f0f1128b 100644 --- a/indra/newview/skins/default/xui/en/panel_outfit_gallery_item.xml +++ b/indra/newview/skins/default/xui/en/panel_outfit_gallery_item.xml @@ -49,7 +49,7 @@ height="10" layout="topleft" name="outfit_name" - top="0" + top="2" width="150" use_ellipses="true"> Summer hipster, Pierce Pierce Pierce Pierce @@ -62,7 +62,7 @@ height="10" layout="topleft" name="outfit_worn_text" - top="10" + top="12" width="150"> (worn) </text> |