summaryrefslogtreecommitdiff
path: root/minmode/resource/ui/BaseChat.res
diff options
context:
space:
mode:
authorraysfire <[email protected]>2016-10-25 11:27:27 -0500
committerGitHub <[email protected]>2016-10-25 11:27:27 -0500
commit15ef98f426de57feba379b36830785581f13410a (patch)
tree55099ccc4935db073894c9b9a54f4b008329e3c2 /minmode/resource/ui/BaseChat.res
parent02ddea179ff68a8bea1e6727eaa8e44118c84c44 (diff)
parent5c650570389044ddd588e83d595a8794fb1e8032 (diff)
Merge pull request #52 from CriticalFlaw/master
#Base Method Update (see note)
Diffstat (limited to 'minmode/resource/ui/BaseChat.res')
-rw-r--r--minmode/resource/ui/BaseChat.res68
1 files changed, 0 insertions, 68 deletions
diff --git a/minmode/resource/ui/BaseChat.res b/minmode/resource/ui/BaseChat.res
deleted file mode 100644
index 156bec9..0000000
--- a/minmode/resource/ui/BaseChat.res
+++ /dev/null
@@ -1,68 +0,0 @@
-"Resource/UI/BaseChat.res"
-{
- "HudChat"
- {
- "ControlName" "EditablePanel"
- "fieldName" "HudChat"
- "visible" "1"
- "enabled" "1"
- "xpos" "3"
- "ypos" "30"
- "wide" "240"
- "tall" "120"
- "PaintBackgroundType" "0"
- }
-
- ChatInputLine
- {
- "ControlName" "EditablePanel"
- "fieldName" "ChatInputLine"
- "visible" "1"
- "enabled" "1"
- "xpos" "3"
- "ypos" "395"
- "wide" "237"
- "tall" "0"
- "PaintBackgroundType" "0"
- }
-
- "ChatFiltersButton"
- {
- "ControlName" "Button"
- "fieldName" "ChatFiltersButton"
- "xpos" "202"
- "ypos" "0"
- "wide" "33"
- "tall" "8"
- "autoResize" "1"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- "tabPosition" "0"
- "labelText" "#chat_filterbutton"
- "textAlignment" "center"
- "dulltext" "0"
- "brighttext" "0"
- "Default" "0"
- }
-
- "HudChatHistory"
- {
- "ControlName" "RichText"
- "fieldName" "HudChatHistory"
- "xpos" "0"
- "ypos" "0"
- "wide" "242"
- "tall" "75"
- "wrap" "1"
- "autoResize" "1"
- "pinCorner" "1"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "south-west"
- "font" "ChatFont"
- "maxchars" "-1"
- }
-}
-