From 52d426b7c72236bc2a49bfe8332a6340e88048a8 Mon Sep 17 00:00:00 2001 From: fowlerdm Date: Mon, 10 Jun 2024 18:23:03 -0600 Subject: Hue shift voiteptt in /icons Not sure why we have duplicates --- .../skins/default/textures/icons/VoicePTT_Lvl1.png | Bin 5153 -> 5160 bytes .../skins/default/textures/icons/VoicePTT_Lvl2.png | Bin 5265 -> 5270 bytes .../skins/default/textures/icons/VoicePTT_On.png | Bin 5015 -> 5022 bytes 3 files changed, 0 insertions(+), 0 deletions(-) (limited to 'indra/newview/skins') diff --git a/indra/newview/skins/default/textures/icons/VoicePTT_Lvl1.png b/indra/newview/skins/default/textures/icons/VoicePTT_Lvl1.png index 546fca9ec5..3072512301 100644 Binary files a/indra/newview/skins/default/textures/icons/VoicePTT_Lvl1.png and b/indra/newview/skins/default/textures/icons/VoicePTT_Lvl1.png differ diff --git a/indra/newview/skins/default/textures/icons/VoicePTT_Lvl2.png b/indra/newview/skins/default/textures/icons/VoicePTT_Lvl2.png index 26b125d804..28872be28f 100644 Binary files a/indra/newview/skins/default/textures/icons/VoicePTT_Lvl2.png and b/indra/newview/skins/default/textures/icons/VoicePTT_Lvl2.png differ diff --git a/indra/newview/skins/default/textures/icons/VoicePTT_On.png b/indra/newview/skins/default/textures/icons/VoicePTT_On.png index a614f13d9a..823acfc583 100644 Binary files a/indra/newview/skins/default/textures/icons/VoicePTT_On.png and b/indra/newview/skins/default/textures/icons/VoicePTT_On.png differ -- cgit v1.2.3 From 010ea698e53516bf242e5ff5f66336cf2a3eac02 Mon Sep 17 00:00:00 2001 From: fowlerdm Date: Mon, 10 Jun 2024 19:01:54 -0600 Subject: more XML tweaks fixing a few minor oopsies --- indra/newview/skins/default/xui/en/floater_im_session.xml | 3 +-- indra/newview/skins/default/xui/en/floater_world_map.xml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'indra/newview/skins') diff --git a/indra/newview/skins/default/xui/en/floater_im_session.xml b/indra/newview/skins/default/xui/en/floater_im_session.xml index 412c8febdc..c46cc4f504 100644 --- a/indra/newview/skins/default/xui/en/floater_im_session.xml +++ b/indra/newview/skins/default/xui/en/floater_im_session.xml @@ -290,8 +290,7 @@ font="SansSerifSmall" height="20" is_expandable="true" - bg_alpha_color="Transparent" - background_visible="false" + text_tentative_color="TextFgTentativeColor" name="chat_editor" max_length="1023" spellcheck="true" diff --git a/indra/newview/skins/default/xui/en/floater_world_map.xml b/indra/newview/skins/default/xui/en/floater_world_map.xml index df12b8f58a..b3f672d51a 100644 --- a/indra/newview/skins/default/xui/en/floater_world_map.xml +++ b/indra/newview/skins/default/xui/en/floater_world_map.xml @@ -54,7 +54,7 @@ layout="topleft" left_pad="-29" name="expand_btn_panel" - background_visible="false" + background_visible="true" bg_opaque_color="FloaterFocusBackgroundColor" bg_alpha_color="FloaterDefaultBackgroundColor" background_opaque="true" -- cgit v1.2.3