summaryrefslogtreecommitdiff
path: root/resource/ui/BaseChat.res
diff options
context:
space:
mode:
authoribruton <[email protected]>2016-04-29 19:01:41 -0500
committeribruton <[email protected]>2016-04-29 19:01:41 -0500
commit78ff847950e52adb191a402935106a65e8cb8053 (patch)
tree0a6f74656bf31aaa4cb212408544fd7214bf429e /resource/ui/BaseChat.res
parentc00f4f4eb4d1a5c5713cfc61c63e2dcf9ec1806b (diff)
Cleaned up in-game chatbox
Diffstat (limited to 'resource/ui/BaseChat.res')
-rw-r--r--resource/ui/BaseChat.res136
1 files changed, 68 insertions, 68 deletions
diff --git a/resource/ui/BaseChat.res b/resource/ui/BaseChat.res
index 51125fb..156bec9 100644
--- a/resource/ui/BaseChat.res
+++ b/resource/ui/BaseChat.res
@@ -1,68 +1,68 @@
-"Resource/UI/BaseChat.res"
-{
- "HudChat"
- {
- "ControlName" "EditablePanel"
- "fieldName" "HudChat"
- "visible" "1"
- "enabled" "1"
- "xpos" "3"
- "ypos" "50"
- "wide" "235"
- "tall" "120"
- "PaintBackgroundType" "0"
- }
-
- ChatInputLine
- {
- "ControlName" "EditablePanel"
- "fieldName" ChatInputLine
- "visible" "1"
- "enabled" "1"
- "xpos" "10"
- "ypos" "395"
- "wide" "185"
- "tall" "2"
- "font" "Cerbetica10"
- "PaintBackgroundType" "0"
- }
-
- "ChatFiltersButton"
- {
- "ControlName" "Button"
- "fieldName" "ChatFiltersButton"
- "xpos" "150"
- "ypos" "2"
- "wide" "45"
- "tall" "15"
- "autoResize" "1"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "tabPosition" "0"
- "labelText" "#chat_filterbutton"
- "textAlignment" "center"
- "dulltext" "0"
- "brighttext" "0"
- "Default" "0"
- }
-
- "HudChatHistory"
- {
- "ControlName" "RichText"
- "fieldName" "HudChatHistory"
- "xpos" "10"
- "ypos" "17"
- "wide" "185"
- "tall" "400"
- "wrap" "1"
- "autoResize" "1"
- "pinCorner" "1"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "south-west"
- "font" "Cerbetica10"
- "maxchars" "-1"
- }
-}
+"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"
+ }
+}
+