aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/Main.hx
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2020-05-20 18:17:03 +0300
committerRblSb <msrblsb@gmail.com>2020-05-20 19:59:56 +0300
commit844048b21f34b066bc003a13fae9fca92872c746 (patch)
tree4719f5805ac387a550f2a3345d46bbd816e0223f /src/client/Main.hx
parent8c995a8e206950d7dbb2c2eced641f70b38e44f8 (diff)
Fix chat word wrap
closes #6
Diffstat (limited to 'src/client/Main.hx')
-rw-r--r--src/client/Main.hx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/Main.hx b/src/client/Main.hx
index 0ae48b0..76e1009 100644
--- a/src/client/Main.hx
+++ b/src/client/Main.hx
@@ -54,8 +54,8 @@ class Main {
name: "",
hash: "",
isExtendedPlayer: false,
- playerSize: 70,
- chatSize: 30,
+ playerSize: 1,
+ chatSize: 300,
synchThreshold: 2,
isSwapped: false,
isUserListHidden: true,
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage