SL-12664 readjusted logo #2

master
Andrey Kleshchev 2020-05-28 15:34:56 +03:00
parent 205546730e
commit 36c27bf5ec
1 changed files with 2 additions and 1 deletions

View File

@ -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);