From df921bbbb51c6f5b5bc9963df1b4bd8e8a251b76 Mon Sep 17 00:00:00 2001 From: secretfoxtail Date: Mon, 16 Sep 2024 08:29:03 -0600 Subject: Revert "Window_Background adjustment" This reverts commit bfd4d03908464373f7d2cab747d73d24b516a09c. --- .../default/textures/windows/Window_Background.png | Bin 8603 -> 7708 bytes .../default/textures/windows/Window_Foreground.png | Bin 9175 -> 8056 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'indra/newview/skins/default') diff --git a/indra/newview/skins/default/textures/windows/Window_Background.png b/indra/newview/skins/default/textures/windows/Window_Background.png index 21149351c8..83b45f9343 100644 Binary files a/indra/newview/skins/default/textures/windows/Window_Background.png and b/indra/newview/skins/default/textures/windows/Window_Background.png differ diff --git a/indra/newview/skins/default/textures/windows/Window_Foreground.png b/indra/newview/skins/default/textures/windows/Window_Foreground.png index 4a64fd468a..db4b58916f 100644 Binary files a/indra/newview/skins/default/textures/windows/Window_Foreground.png and b/indra/newview/skins/default/textures/windows/Window_Foreground.png differ -- cgit v1.2.3 From f009377a61fe557d47e407f176d3c12ed1694ca2 Mon Sep 17 00:00:00 2001 From: secretfoxtail Date: Mon, 16 Sep 2024 08:32:08 -0600 Subject: Revert "Window_NoTitle_Foreground brightness adjustment" This reverts commit 8081dba75bd761cad54ecb212fbbb5499c75b693. --- .../textures/windows/Window_NoTitle_Foreground.png | Bin 8707 -> 8490 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'indra/newview/skins/default') diff --git a/indra/newview/skins/default/textures/windows/Window_NoTitle_Foreground.png b/indra/newview/skins/default/textures/windows/Window_NoTitle_Foreground.png index c883197d8b..4478cf0a15 100644 Binary files a/indra/newview/skins/default/textures/windows/Window_NoTitle_Foreground.png and b/indra/newview/skins/default/textures/windows/Window_NoTitle_Foreground.png differ -- cgit v1.2.3 From 71a8c037878e98ad0f4e2f2084023dae2c7654bd Mon Sep 17 00:00:00 2001 From: secretfoxtail Date: Mon, 16 Sep 2024 08:32:23 -0600 Subject: Revert "Blufault - bring back tilebar separators" This reverts commit 46ccddb0d8e66b3faf6b77a50209346888acf5b7. --- indra/newview/skins/default/textures/textures.xml | 4 ++-- .../default/textures/windows/Window_Background.png | Bin 7708 -> 6780 bytes .../default/textures/windows/Window_Foreground.png | Bin 8056 -> 6900 bytes .../textures/windows/Window_NoTitle_Background.png | Bin 7451 -> 0 bytes .../textures/windows/Window_NoTitle_Foreground.png | Bin 8490 -> 0 bytes 5 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 indra/newview/skins/default/textures/windows/Window_NoTitle_Background.png delete mode 100644 indra/newview/skins/default/textures/windows/Window_NoTitle_Foreground.png (limited to 'indra/newview/skins/default') diff --git a/indra/newview/skins/default/textures/textures.xml b/indra/newview/skins/default/textures/textures.xml index b0b7dd51e2..11eafcb45d 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" /> - - diff --git a/indra/newview/skins/default/textures/windows/Window_Background.png b/indra/newview/skins/default/textures/windows/Window_Background.png index 83b45f9343..f19fb0300b 100644 Binary files a/indra/newview/skins/default/textures/windows/Window_Background.png and b/indra/newview/skins/default/textures/windows/Window_Background.png differ diff --git a/indra/newview/skins/default/textures/windows/Window_Foreground.png b/indra/newview/skins/default/textures/windows/Window_Foreground.png index db4b58916f..15d2ff72b6 100644 Binary files a/indra/newview/skins/default/textures/windows/Window_Foreground.png and b/indra/newview/skins/default/textures/windows/Window_Foreground.png differ diff --git a/indra/newview/skins/default/textures/windows/Window_NoTitle_Background.png b/indra/newview/skins/default/textures/windows/Window_NoTitle_Background.png deleted file mode 100644 index 64afa47b7c..0000000000 Binary files a/indra/newview/skins/default/textures/windows/Window_NoTitle_Background.png and /dev/null differ diff --git a/indra/newview/skins/default/textures/windows/Window_NoTitle_Foreground.png b/indra/newview/skins/default/textures/windows/Window_NoTitle_Foreground.png deleted file mode 100644 index 4478cf0a15..0000000000 Binary files a/indra/newview/skins/default/textures/windows/Window_NoTitle_Foreground.png and /dev/null differ -- cgit v1.2.3