diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2023-08-10 13:53:34 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2023-08-10 13:53:34 +0300 |
commit | 03db9132db54e9366305e79e63adc4fe2f4722dc (patch) | |
tree | 6c311acb3f27f8ebf11103441eb154d7f2f0d9b9 /indra | |
parent | 8e1c5fee2b9c329eef9be503af740894aac27635 (diff) |
SL-20118 tweak the top border line
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llinventorygallery.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorygallery.cpp b/indra/newview/llinventorygallery.cpp index eb603f0ac3..8170c0c63b 100644 --- a/indra/newview/llinventorygallery.cpp +++ b/indra/newview/llinventorygallery.cpp @@ -2347,6 +2347,7 @@ void LLInventoryGalleryItem::draw() LLUIColor border_color = LLUIColorTable::instance().getColor(mSelected ? "MenuItemHighlightBgColor" : "TextFgTentativeColor", LLColor4::white); LLRect border = getChildView("preview_thumbnail")->getRect(); border.mRight = border.mRight + 1; + border.mTop = border.mTop + 1; gl_rect_2d(border, border_color.get(), FALSE); } |