diff options
author | secretfoxtail <remmy@megapahit.net> | 2024-08-23 05:20:19 -0600 |
---|---|---|
committer | secretfoxtail <remmy@megapahit.net> | 2024-08-23 05:20:19 -0600 |
commit | 46ccddb0d8e66b3faf6b77a50209346888acf5b7 (patch) | |
tree | d523b72e0cc8d59e1e8b68f4f15f55ac3dbd102d /indra/newview/skins/default/textures/textures.xml | |
parent | 69a86af5eb49744f58d852b04d470ab2c304be2d (diff) |
Blufault - bring back tilebar separators
Restore line dividing floater titlebar from the rest of the window
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 11eafcb45d..b0b7dd51e2 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_Background.png" preload="true" + <texture name="Window_NoTitle_Background" file_name="windows/Window_NoTitle_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_Foreground.png" preload="true" + <texture name="Window_NoTitle_Foreground" file_name="windows/Window_NoTitle_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" /> |