diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-05-28 15:34:56 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-05-28 15:34:56 +0300 |
commit | 36c27bf5ec5075efa8f66c70b30eb618fb3e39e2 (patch) | |
tree | dd13942900b87e1a0f0375dd1de1d3a0fe132b1e /indra/newview | |
parent | 205546730e437ca20c034cb49658017de2966a4b (diff) |
SL-12664 readjusted logo #2
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llprogressview.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llprogressview.cpp b/indra/newview/llprogressview.cpp index 00f818933f..3251ad3605 100644 --- a/indra/newview/llprogressview.cpp +++ b/indra/newview/llprogressview.cpp @@ -418,9 +418,10 @@ void LLProgressView::initLogos() // plus internal padding, so it gets slightly more height than desired 32 icon_width = 100; icon_height = 33; + pad_y = -1; 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), + LLRect(texture_start_x, texture_start_y + pad_y + icon_height, texture_start_x + icon_width, texture_start_y + pad_y), default_clip, default_clip); |