summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-05-09 00:40:30 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-05-09 00:40:30 +0300
commit5c78396b64c985a7e58d045ff3f343bccc81c8d3 (patch)
treeeddd384a6668a54dbb80c6320a957c869959cb3e /indra/llui
parent1c170381aea21cfd75d7b8789374f04f3a46d408 (diff)
viewer#1424 Favorites in Appearance floater #1
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llfolderviewitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfolderviewitem.cpp b/indra/llui/llfolderviewitem.cpp
index b473b3b395..59be1444d9 100644
--- a/indra/llui/llfolderviewitem.cpp
+++ b/indra/llui/llfolderviewitem.cpp
@@ -785,7 +785,7 @@ void LLFolderViewItem::drawFavoriteIcon(const Params& default_params, const LLUI
if (favorite_image)
{
const S32 PAD = 2;
- const S32 image_size = 30;
+ const S32 image_size = 18;
gl_draw_scaled_image(
getRect().getWidth() - image_size - PAD, getRect().getHeight() - mItemHeight + PAD,