forked from teamnwah/openmw-tes3coop
Disabled transparency for description edit fields
This commit is contained in:
parent
765f982123
commit
6ef5d1408f
2 changed files with 2 additions and 2 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 244 248" align="Center" name="_Main">
|
<Widget type="Window" skin="MW_DialogNoTransp" layer="Windows" position="0 0 244 248" align="Center" name="_Main">
|
||||||
|
|
||||||
<!-- Edit box -->
|
<!-- Edit box -->
|
||||||
<Widget type="Widget" skin="MW_Box" position="8 8 220 192" align="Stretch" name="Client"/>
|
<Widget type="Widget" skin="MW_Box" position="8 8 220 192" align="Stretch" name="Client"/>
|
||||||
|
|
|
@ -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 336 242" align="Center" name="_Main">
|
<Widget type="Window" skin="MW_DialogNoTransp" layer="Windows" position="0 0 336 242" align="Center" name="_Main">
|
||||||
|
|
||||||
<Widget type="AutoSizedTextBox" skin="SandText" position="13 13 200 16">
|
<Widget type="AutoSizedTextBox" skin="SandText" position="13 13 200 16">
|
||||||
<Property key="Caption" value="#{sEditNote}"/>
|
<Property key="Caption" value="#{sEditNote}"/>
|
||||||
|
|
Loading…
Reference in a new issue