mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-24 09:39:51 +00:00
changed messagebox text colors
This commit is contained in:
parent
50d79a8815
commit
cca39978d4
@ -5,7 +5,7 @@
|
|||||||
<Widget type="EditBox" skin="MW_TextEditClient" position="10 10 490 20" align="ALIGN_LEFT ALIGN_TOP STRETCH" name="message">
|
<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="FontName" value = "Default" />
|
||||||
<Property key="TextAlign" value="ALIGN_CENTER" />
|
<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="Static" value="true"/>
|
||||||
<Property key="WordWrap" value="true"/>
|
<Property key="WordWrap" value="true"/>
|
||||||
<Property key="MultiLine" value="1" />
|
<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">
|
<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="FontName" value = "Default" />
|
||||||
<Property key="TextAlign" value="ALIGN_CENTER" />
|
<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="Static" value="true"/>
|
||||||
<Property key="WordWrap" value="true"/>
|
<Property key="WordWrap" value="true"/>
|
||||||
<Property key="MultiLine" value="1" />
|
<Property key="MultiLine" value="1" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user