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

SL-12607 Reverted to original logos

parent d23e6491
No related branches found
No related tags found
No related merge requests found
...@@ -384,7 +384,7 @@ void LLProgressView::initLogos() ...@@ -384,7 +384,7 @@ void LLProgressView::initLogos()
const S32 default_height = 32; const S32 default_height = 32;
const S32 default_pad = 25; const S32 default_pad = 25;
S32 icon_width; S32 icon_width, icon_height;
// We don't know final screen rect yet, so we can't precalculate position fully // We don't know final screen rect yet, so we can't precalculate position fully
LLTextBox *logos_label = getChild<LLTextBox>("logos_lbl"); LLTextBox *logos_label = getChild<LLTextBox>("logos_lbl");
...@@ -400,20 +400,27 @@ void LLProgressView::initLogos() ...@@ -400,20 +400,27 @@ void LLProgressView::initLogos()
temp_str += gDirUtilp->getDirDelimiter(); temp_str += gDirUtilp->getDirDelimiter();
#ifdef LL_FMODSTUDIO #ifdef LL_FMODSTUDIO
icon_width = 89; // original image size is 264x96, it is on longer side but
// with no internal paddings so it gets additional padding
icon_width = 87;
icon_height = 23;
S32 pad_y = 5;
texture_start_x++;
loadLogo(temp_str + "fmod_logo.png", loadLogo(temp_str + "fmod_logo.png",
image_codec, image_codec,
LLRect(texture_start_x, texture_start_y + default_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);
texture_start_x += icon_width + default_pad; texture_start_x += icon_width + default_pad + 1;
#endif #endif
// original image size is 342x113, central element is on a larger side
icon_width = 100; // plus internal padding, so it gets slightly more height than desired 32
icon_width = 103;
icon_height = 34;
loadLogo(temp_str + "havok_logo.png", loadLogo(temp_str + "havok_logo.png",
image_codec, image_codec,
LLRect(texture_start_x, texture_start_y + default_height, texture_start_x + icon_width, texture_start_y), LLRect(texture_start_x, texture_start_y + icon_height, texture_start_x + icon_width, texture_start_y - 1),
default_clip, default_clip,
default_clip); default_clip);
......
indra/newview/skins/default/textures/3p_icons/fmod_logo.png

1.69 KiB | W: | H:

indra/newview/skins/default/textures/3p_icons/fmod_logo.png

14.1 KiB | W: | H:

indra/newview/skins/default/textures/3p_icons/fmod_logo.png
indra/newview/skins/default/textures/3p_icons/fmod_logo.png
indra/newview/skins/default/textures/3p_icons/fmod_logo.png
indra/newview/skins/default/textures/3p_icons/fmod_logo.png
  • 2-up
  • Swipe
  • Onion skin
indra/newview/skins/default/textures/3p_icons/havok_logo.png

2.53 KiB | W: | H:

indra/newview/skins/default/textures/3p_icons/havok_logo.png

40.5 KiB | W: | H:

indra/newview/skins/default/textures/3p_icons/havok_logo.png
indra/newview/skins/default/textures/3p_icons/havok_logo.png
indra/newview/skins/default/textures/3p_icons/havok_logo.png
indra/newview/skins/default/textures/3p_icons/havok_logo.png
  • 2-up
  • Swipe
  • Onion skin
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