Fix input field font size.

Skrigger [04-08-16 - 08:54]
Fix input field font size.
Filename
Changelog
RuEsoChat.lua
RuEsoChat.txt
diff --git a/Changelog b/Changelog
index a3cd26b..e488d59 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,6 @@
+1.6-r.3
+Fix input field font size. Will take font size from the game settings.
+
 1.6-r.2
 I found the cause of a situation where sometimes the sides do not see messages in the group chat. The culprit - pChat and not too intelligent antispam. I will try to change the pChat settings, look in the code and contact the pChat developers, if necessary. In the meantime, if you sometimes have problems with group chat - temporary disable pChat.

diff --git a/RuEsoChat.lua b/RuEsoChat.lua
index 8b18141..27ef88b 100644
--- a/RuEsoChat.lua
+++ b/RuEsoChat.lua
@@ -1 +1 @@
-ZO_ChatWindowTextEntryEditBox:SetFont("RuEsoChat/fonts/univers57.ttf|18|shadow");
+ZO_ChatWindowTextEntryEditBox:SetFont("RuEsoChat/fonts/univers57.ttf|" .. GetChatFontSize() .. "|shadow");
diff --git a/RuEsoChat.txt b/RuEsoChat.txt
index 3eff12f..9db42b9 100644
--- a/RuEsoChat.txt
+++ b/RuEsoChat.txt
@@ -6,7 +6,7 @@
 ## Title: RuEso Chat
 ## APIVersion: 100014
 ## Author: TERAB1T, |cEFEBBESkrigger|r
-## Version: 1.6-r.2
+## Version: 1.6-r.3

 RuEsoChat.lua
 RuEsoChat.xml