diff options
| author | Igor <[email protected]> | 2021-07-04 21:31:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-04 21:31:22 -0400 |
| commit | 09c61d25921c37ca1db41c464634bf16cbfb7494 (patch) | |
| tree | 128a27b0c7a910da42129e69aba8b1f4737280f0 /resource/ui/basechat.res | |
| parent | e9e324532cec11efafb57200c135fe3eb8397e22 (diff) | |
| parent | 9fe1700457db24b0c7c1a7220b612a53a5482687 (diff) | |
Merge pull request #173 from raysfire/dev
v2021.0705
Diffstat (limited to 'resource/ui/basechat.res')
| -rw-r--r-- | resource/ui/basechat.res | 70 |
1 files changed, 2 insertions, 68 deletions
diff --git a/resource/ui/basechat.res b/resource/ui/basechat.res index e57ab51..890e211 100644 --- a/resource/ui/basechat.res +++ b/resource/ui/basechat.res @@ -1,68 +1,2 @@ -"Resource/UI/BaseChat.res" -{ - "HudChat" - { - "ControlName" "EditablePanel" - "fieldName" "HudChat" - "visible" "1" - "enabled" "1" - "xpos" "5" - "ypos" "25" - "wide" "210" - "tall" "100" - "PaintBackgroundType" "0" - "bgcolor_override" "0 0 0 255" - } - - ChatInputLine - { - "ControlName" "EditablePanel" - "fieldName" "ChatInputLine" - "visible" "1" - "enabled" "1" - "xpos" "10" - "ypos" "395" - "wide" "160" - "tall" "0" - "PaintBackgroundType" "0" - } - - "ChatFiltersButton" - { - "ControlName" "Button" - "fieldName" "ChatFiltersButton" - "xpos" "173" - "ypos" "87" - "wide" "33" - "tall" "8" - "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" "0" - "ypos" "0" - "wide" "210" - "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 +"#base" "../../#customizations/streamermode/basechat.res" +"#base" "basechat-base.res"
\ No newline at end of file |
