summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Bruton <[email protected]>2012-10-20 15:27:56 -0500
committerIan Bruton <[email protected]>2012-10-20 15:27:56 -0500
commit15bac8904b12bc17a9ac320d8ffe237d41ee9f49 (patch)
tree133a8e933147c5b9c0261c1fbb779165ffb08c50
parentfbf7d9d0e58ee3ee03e4315b88f7d86a048c4e23 (diff)
Shortened chat box size to prevent overlap with SM menus
-rw-r--r--resource/ui/BaseChat.res9
1 files changed, 5 insertions, 4 deletions
diff --git a/resource/ui/BaseChat.res b/resource/ui/BaseChat.res
index e43a9ce..ececcae 100644
--- a/resource/ui/BaseChat.res
+++ b/resource/ui/BaseChat.res
@@ -7,10 +7,10 @@
"visible" "1"
"enabled" "1"
"xpos" "3"
- "ypos" "175"
+ "ypos" "265"
"wide" "235"
- "tall" "140"
- "PaintBackgroundType" "2"
+ "tall" "90"
+ "PaintBackgroundType" "0"
}
ChatInputLine
@@ -23,6 +23,7 @@
"ypos" "395"
"wide" "185"
"tall" "2"
+ "font" "Cerbetica10"
"PaintBackgroundType" "0"
}
@@ -61,7 +62,7 @@
"enabled" "1"
"labelText" ""
"textAlignment" "south-west"
- "font" "ChatFont"
+ "font" "Cerbetica10"
"maxchars" "-1"
}
}