Solution for input boxes problem
I found how to fix the input boxes (on brokers, etc.) problem if you're using a modified UI that changes the fonts.
You need to copy/paste the following two lines from the default eq2_fonts.xml to your modified eq2_fonts.xml:
<TextStyle Algorithm="Simple" FontName="Arial" Language="english" Name="Font_Input" PointSize="15" UseCachedFont="true"/>
<TextStyle Algorithm="Simple" FontName="Arial" Language="english" Name="Font_Euro_Input" PointSize="15" UseCachedFont="true"/>
Alter PointSize if you want smaller/larger fonts and FontName if you want to change font type.
|