diff options
| author | CriticalFlaw <[email protected]> | 2017-12-07 22:08:09 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2017-12-07 22:08:09 -0500 |
| commit | 1f4193750cf5e187579f95d6d196aeeb1f55fdb5 (patch) | |
| tree | 60b7b58671613a750f213c9c45c0659e0c85fc7d /resource/ui/basechat.res | |
| parent | 6a84e1117b257217344eddce009dc470c3c9440b (diff) | |
20171207 - Miscellenaous Formatting Tweaks II
Diffstat (limited to 'resource/ui/basechat.res')
| -rw-r--r-- | resource/ui/basechat.res | 95 |
1 files changed, 47 insertions, 48 deletions
diff --git a/resource/ui/basechat.res b/resource/ui/basechat.res index 156bec9..9946bf1 100644 --- a/resource/ui/basechat.res +++ b/resource/ui/basechat.res @@ -3,66 +3,65 @@ "HudChat" { "ControlName" "EditablePanel" - "fieldName" "HudChat" - "visible" "1" - "enabled" "1" - "xpos" "3" - "ypos" "30" - "wide" "240" - "tall" "120" + "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" + "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" + "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" + "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" } -} - +}
\ No newline at end of file |
