forked from mirror/openmw-tes3mp
Disable transparency for persuation dialogue menu
This commit is contained in:
parent
4cc8afd25d
commit
8c1c80ab91
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<MyGUI type="Layout">
|
<MyGUI type="Layout">
|
||||||
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 220 192" align="Center" name="_Main">
|
<Widget type="Window" skin="MW_DialogNoTransp" layer="Windows" position="0 0 220 192" align="Center" name="_Main">
|
||||||
|
|
||||||
<Widget type="TextBox" skin="NormalText" position="0 4 220 24">
|
<Widget type="TextBox" skin="NormalText" position="0 4 220 24">
|
||||||
<Property key="Caption" value="#{sPersuasionMenuTitle}"/>
|
<Property key="Caption" value="#{sPersuasionMenuTitle}"/>
|
||||||
|
|
Loading…
Reference in a new issue