diff options
author | fowlerdm <fowlerdm@gmail.com> | 2024-06-03 11:12:11 -0600 |
---|---|---|
committer | fowlerdm <fowlerdm@gmail.com> | 2024-06-03 11:12:11 -0600 |
commit | 55fb1fd6e09ca3b42d90321ac442031edf6e3778 (patch) | |
tree | 6881038335b7bf5e73aa2d7db92b805a80d7cb3d /indra/newview/skins/default/textures/textures.xml | |
parent | 6c78bac3c0412aaebaf90d317c122bba444cf6f7 (diff) |
Remove redundant windowbg
make textures.xml point to the same file for both window and window_notitle rather than having two identical files
Diffstat (limited to 'indra/newview/skins/default/textures/textures.xml')
-rw-r--r-- | indra/newview/skins/default/textures/textures.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/textures/textures.xml b/indra/newview/skins/default/textures/textures.xml index aa9c27df18..4b51d91251 100644 --- a/indra/newview/skins/default/textures/textures.xml +++ b/indra/newview/skins/default/textures/textures.xml @@ -780,9 +780,9 @@ with the same filename but different name scale.left="4" scale.top="24" scale.right="26" scale.bottom="4" /> <texture name="Window_Foreground" file_name="windows/Window_Foreground.png" preload="true" scale.left="4" scale.top="24" scale.right="26" scale.bottom="4" /> - <texture name="Window_NoTitle_Background" file_name="windows/Window_NoTitle_Background.png" preload="true" + <texture name="Window_NoTitle_Background" file_name="windows/Window_Background.png" preload="true" scale.left="4" scale.top="24" scale.right="26" scale.bottom="4" /> - <texture name="Window_NoTitle_Foreground" file_name="windows/Window_NoTitle_Foreground.png" preload="true" + <texture name="Window_NoTitle_Foreground" file_name="windows/Window_Foreground.png" preload="true" scale.left="4" scale.top="24" scale.right="26" scale.bottom="4" /> <texture name="YouAreHere_Badge" file_name="icons/YouAreHere_Badge.png" preload="false" /> |