summaryrefslogtreecommitdiff
path: root/indra/llui/llfolderviewitem.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-05-14 17:28:00 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-05-15 19:49:25 +0300
commit50b93bd83af7cc4ddbd5b8b68f20099dac5f5ed2 (patch)
tree3db2f1d26906328dafe9edffefe836e9e5bc71a9 /indra/llui/llfolderviewitem.cpp
parent1eeecfa1a8bf43a8980217ce34e3b5f4458483e0 (diff)
viewer#1424 Favorite support in galleries
Diffstat (limited to 'indra/llui/llfolderviewitem.cpp')
-rw-r--r--indra/llui/llfolderviewitem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/llfolderviewitem.cpp b/indra/llui/llfolderviewitem.cpp
index 7a78540510..0131ab1085 100644
--- a/indra/llui/llfolderviewitem.cpp
+++ b/indra/llui/llfolderviewitem.cpp
@@ -784,8 +784,8 @@ void LLFolderViewItem::drawFavoriteIcon(const Params& default_params, const LLUI
if (favorite_image)
{
- const S32 PAD = 2;
- const S32 image_size = 18;
+ const S32 PAD = 3;
+ const S32 image_size = 14;
gl_draw_scaled_image(
getRect().getWidth() - image_size - PAD, getRect().getHeight() - mItemHeight + PAD,