diff options
| author | Igor Nikitin <[email protected]> | 2020-04-12 13:34:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-12 13:34:22 -0400 |
| commit | 8e92d477d6ef4e7d70dcc9161c9727e537311b57 (patch) | |
| tree | 8db69e64fb458b2efb6f6bf65afc554c5808a2c4 /resource/ui/basechat.res | |
| parent | 95efaef09d2e847ce2c685a6f43a34d1a3058dfd (diff) | |
| parent | fcd77895f3881d1d50db402f8dce0f73dfad5094 (diff) | |
Merge pull request #143 from raysfire/update
v2020.0412
Diffstat (limited to 'resource/ui/basechat.res')
| -rw-r--r-- | resource/ui/basechat.res | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/resource/ui/basechat.res b/resource/ui/basechat.res index 9b28b10..ca1d276 100644 --- a/resource/ui/basechat.res +++ b/resource/ui/basechat.res @@ -6,10 +6,10 @@ "fieldName" "HudChat" "visible" "1" "enabled" "1" - "xpos" "3" - "ypos" "30" - "wide" "240" - "tall" "120" + "xpos" "1" + "ypos" "25" + "wide" "210" + "tall" "100" "PaintBackgroundType" "0" } @@ -19,9 +19,9 @@ "fieldName" "ChatInputLine" "visible" "1" "enabled" "1" - "xpos" "3" + "xpos" "10" "ypos" "395" - "wide" "237" + "wide" "190" "tall" "0" "PaintBackgroundType" "0" } @@ -52,7 +52,7 @@ "fieldName" "HudChatHistory" "xpos" "0" "ypos" "0" - "wide" "242" + "wide" "210" "tall" "75" "wrap" "1" "autoResize" "1" |
