mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
Fix journal window with background image != 512x256
This commit is contained in:
parent
bbb5d2b98a
commit
4a562b585c
1 changed files with 5 additions and 5 deletions
|
@ -4,9 +4,10 @@
|
||||||
|
|
||||||
<Widget type="Window" skin="" layer="Windows" align="Left|Top" position="0 0 565 390" name="_Main">
|
<Widget type="Window" skin="" layer="Windows" align="Left|Top" position="0 0 565 390" name="_Main">
|
||||||
<!-- pages -->
|
<!-- pages -->
|
||||||
<Widget type="ImageBox" skin="ImageBox" position="0 0 565 390" align="Top|Right" name="JImage">
|
<Widget type="ImageBox" skin="ImageBox" position="-70 0 705 390" align="Top|Right" name="JImage">
|
||||||
<Property key="ImageTexture" value="textures\tx_menubook.dds"/>
|
<Property key="ImageTexture" value="textures\tx_menubook.dds"/>
|
||||||
<Property key="ImageCoord" value="50 0 412 256"/>
|
<Widget type="Widget" position="70 0 565 390" align="Top|Right">
|
||||||
|
|
||||||
|
|
||||||
<Widget type="Widget" position="0 0 282 390">
|
<Widget type="Widget" position="0 0 282 390">
|
||||||
<Widget type="ImageButton" skin="ImageBox" position="205 350 48 32" name="PrevPageBTN">
|
<Widget type="ImageButton" skin="ImageBox" position="205 350 48 32" name="PrevPageBTN">
|
||||||
|
@ -53,7 +54,7 @@
|
||||||
<Widget type="BookPage" skin="MW_BookPage" position="300 22 240 300" name="RightBookPage"/>
|
<Widget type="BookPage" skin="MW_BookPage" position="300 22 240 300" name="RightBookPage"/>
|
||||||
|
|
||||||
<!-- options overlay -->
|
<!-- options overlay -->
|
||||||
|
</Widget>
|
||||||
</Widget>
|
</Widget>
|
||||||
|
|
||||||
<!-- "options" -->
|
<!-- "options" -->
|
||||||
|
@ -103,7 +104,6 @@
|
||||||
<Property key="ImageNormal" value="textures\tx_menubook_cancel_idle.dds"/>
|
<Property key="ImageNormal" value="textures\tx_menubook_cancel_idle.dds"/>
|
||||||
<Property key="ImagePushed" value="textures\tx_menubook_cancel_pressed.dds"/>
|
<Property key="ImagePushed" value="textures\tx_menubook_cancel_pressed.dds"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
|
|
||||||
</Widget>
|
</Widget>
|
||||||
</Widget>
|
</Widget>
|
||||||
</MyGUI>
|
</MyGUI>
|
||||||
|
|
Loading…
Reference in a new issue