summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-05-28 12:09:08 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-05-28 12:09:08 +0300
commit205546730e437ca20c034cb49658017de2966a4b (patch)
tree9ae06c5a354e1705eafc39ea5f394167b261956c /indra/newview
parentc47516c4421dc3736cf0dbe70a5eba02c90d9a8e (diff)
SL-12664 readjusted logo
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llprogressview.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llprogressview.cpp b/indra/newview/llprogressview.cpp
index 767cdd9388..00f818933f 100644
--- a/indra/newview/llprogressview.cpp
+++ b/indra/newview/llprogressview.cpp
@@ -416,11 +416,11 @@ void LLProgressView::initLogos()
#endif
// original image size is 342x113, central element is on a larger side
// plus internal padding, so it gets slightly more height than desired 32
- icon_width = 103;
- icon_height = 34;
+ icon_width = 100;
+ icon_height = 33;
loadLogo(temp_str + "havok_logo.png",
image_codec,
- LLRect(texture_start_x, texture_start_y + icon_height, texture_start_x + icon_width, texture_start_y - 1),
+ LLRect(texture_start_x, texture_start_y + icon_height, texture_start_x + icon_width, texture_start_y),
default_clip,
default_clip);