diff options
| author | CriticalFlaw <[email protected]> | 2020-08-06 20:27:55 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-08-06 20:27:55 -0400 |
| commit | 15983e35d34168288bbfd248f55e6f6e5e153b0e (patch) | |
| tree | bb0e087c8be6a4af46c528f0cb587b7c871aa9a3 /resource/ui | |
| parent | 72d9ca48e7bc508e1609c0897b689943808a4870 (diff) | |
Added Filter Button to Chat
Diffstat (limited to 'resource/ui')
| -rw-r--r-- | resource/ui/basechat.res | 10 |
1 files changed, 5 insertions, 5 deletions
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" |
