From 15bac8904b12bc17a9ac320d8ffe237d41ee9f49 Mon Sep 17 00:00:00 2001 From: Ian Bruton Date: Sat, 20 Oct 2012 15:27:56 -0500 Subject: Shortened chat box size to prevent overlap with SM menus --- resource/ui/BaseChat.res | 9 +++++---- 1 file 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" } } -- cgit v1.2.3