forked from mirror/openmw-tes3mp
restored journal window background
This commit is contained in:
parent
b0b41a9199
commit
0d56a55756
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
|
||||
</Skin>
|
||||
|
||||
<Skin name = "StaticImage" size = "16 16">
|
||||
<Skin name = "ImageBox" size = "16 16">
|
||||
<BasisSkin type="MainSkin" offset = "0 0 16 16"/>
|
||||
</Skin>
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
<Widget type="Window" skin="" layer="Windows" align="Left|Top" position="00 200 512 256" name="_Main">
|
||||
|
||||
<Widget type="StaticImage" skin="StaticImage" position_real="0 0 1 1" align="Top|Right" name="JImage">
|
||||
<Property key="Image_Texture" value="textures\tx_menubook.dds"/>
|
||||
<Widget type="ImageBox" skin="ImageBox" position_real="0 0 1 1" align="Top|Right" name="JImage">
|
||||
<Property key="ImageTexture" value="textures\tx_menubook.dds"/>
|
||||
<!--Property key="Image_Texture" value="mwgui.png"/-->
|
||||
|
||||
<Widget type="Button" skin="Next_btn" position="370 220 64 32" name="NextPageBTN">
|
||||
|
|
Loading…
Reference in a new issue