mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 14:19:41 +00:00
changed messagebox text colors
This commit is contained in:
parent
50d79a8815
commit
cca39978d4
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
<Widget type="EditBox" skin="MW_TextEditClient" position="10 10 490 20" align="ALIGN_LEFT ALIGN_TOP STRETCH" name="message">
|
||||
<Property key="FontName" value = "Default" />
|
||||
<Property key="TextAlign" value="ALIGN_CENTER" />
|
||||
<Property key="TextColour" value = "0.7 0.7 0.7" />
|
||||
<Property key="TextColour" value = "0.75 0.6 0.35" />
|
||||
<Property key="Static" value="true"/>
|
||||
<Property key="WordWrap" value="true"/>
|
||||
<Property key="MultiLine" value="1" />
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<Widget type="EditBox" skin="MW_TextEditClient" position="5 -5 0 0" name="message" align="ALIGN_LEFT ALIGN_TOP STRETCH">
|
||||
<Property key="FontName" value = "Default" />
|
||||
<Property key="TextAlign" value="ALIGN_CENTER" />
|
||||
<Property key="TextColour" value = "0.7 0.7 0.7" />
|
||||
<Property key="TextColour" value = "0.75 0.6 0.35" />
|
||||
<Property key="Static" value="true"/>
|
||||
<Property key="WordWrap" value="true"/>
|
||||
<Property key="MultiLine" value="1" />
|
||||
|
|
Loading…
Reference in a new issue