From 15983e35d34168288bbfd248f55e6f6e5e153b0e Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Thu, 6 Aug 2020 20:27:55 -0400 Subject: Added Filter Button to Chat --- resource/ui/basechat.res | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'resource/ui/basechat.res') diff --git a/resource/ui/basechat.res b/resource/ui/basechat.res index 012d8ca..092fffb 100644 --- a/resource/ui/basechat.res +++ b/resource/ui/basechat.res @@ -6,7 +6,7 @@ "fieldName" "HudChat" "visible" "1" "enabled" "1" - "xpos" "1" + "xpos" "5" "ypos" "25" "wide" "210" "tall" "100" @@ -21,7 +21,7 @@ "enabled" "1" "xpos" "10" "ypos" "395" - "wide" "190" + "wide" "160" "tall" "0" "PaintBackgroundType" "0" } @@ -30,13 +30,13 @@ { "ControlName" "Button" "fieldName" "ChatFiltersButton" - "xpos" "202" - "ypos" "0" + "xpos" "173" + "ypos" "87" "wide" "33" "tall" "8" "autoResize" "1" "pinCorner" "0" - "visible" "0" + "visible" "1" "enabled" "1" "tabPosition" "0" "labelText" "#chat_filterbutton" -- cgit v1.2.3