1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 01:45:33 +00:00

[Client] Use RussoOne for chat

This commit is contained in:
Koncord 2017-04-30 01:08:19 +08:00
parent 805c346bd7
commit 8492929738
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
<Widget type="EditBox" skin="MW_TextBoxEdit" position="5 5 380 328" align="Stretch" name="list_History">
<Property key="MultiLine" value="1"/>
<Property key="ReadOnly" value="true"/>
<Property key="FontName" value="MonoFont"/>
<Property key="FontName" value="Russo"/>
<Property key="TextAlign" value="Left Top"/>
<Property key="TextColour" value="1 1 1"/>
<Property key="InvertSelected" value="false"/>

View file

@ -6,7 +6,7 @@
<!-- Console Input -->
<Resource type="ResourceSkin" name="TES3MP_EditClient" size="10 10">
<Property key="FontName" value="MonoFont"/>
<Property key="FontName" value="Russo"/>
<Property key="TextAlign" value="Left VCenter"/>
<Property key="TextColour" value="1 1 1"/>
<BasisSkin type="EditText" offset="0 0 10 10" align="Stretch"/>