Skip to content
Snippets Groups Projects
Commit 36c27bf5 authored by Andrey Kleshchev's avatar Andrey Kleshchev
Browse files

SL-12664 readjusted logo #2

parent 20554673
No related branches found
No related tags found
No related merge requests found
...@@ -418,9 +418,10 @@ void LLProgressView::initLogos() ...@@ -418,9 +418,10 @@ void LLProgressView::initLogos()
// plus internal padding, so it gets slightly more height than desired 32 // plus internal padding, so it gets slightly more height than desired 32
icon_width = 100; icon_width = 100;
icon_height = 33; icon_height = 33;
pad_y = -1;
loadLogo(temp_str + "havok_logo.png", loadLogo(temp_str + "havok_logo.png",
image_codec, 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,
default_clip); default_clip);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment