mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-01 04:20:20 +00:00
workaround for a white square that appears in menubook_next texture
This commit is contained in:
parent
83e434e2e9
commit
a99f74702e
@ -7,7 +7,7 @@
|
|||||||
<Widget type="ImageBox" skin="ImageBox" position_real="0 0 1 1" align="Top|Right" name="BookImage">
|
<Widget type="ImageBox" skin="ImageBox" position_real="0 0 1 1" align="Top|Right" name="BookImage">
|
||||||
<Property key="ImageTexture" value="textures\tx_menubook.dds"/>
|
<Property key="ImageTexture" value="textures\tx_menubook.dds"/>
|
||||||
|
|
||||||
<Widget type="Button" skin="ButtonImage" position="251 220 96 24" name="NextPageBTN">
|
<Widget type="Button" skin="ButtonImage" position="251 220 57 24" name="NextPageBTN">
|
||||||
<Property key="ImageResource" value="MenuBook_Next"/>
|
<Property key="ImageResource" value="MenuBook_Next"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<Widget type="Button" skin="ButtonImage" position="165 220 96 24" name="PrevPageBTN">
|
<Widget type="Button" skin="ButtonImage" position="165 220 96 24" name="PrevPageBTN">
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<Widget type="ImageBox" skin="ImageBox" position_real="0 0 1 1" align="Top|Right" name="JImage">
|
<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="ImageTexture" value="textures\tx_menubook.dds"/>
|
||||||
|
|
||||||
<Widget type="Button" skin="ButtonImage" position="370 220 96 24" name="NextPageBTN">
|
<Widget type="Button" skin="ButtonImage" position="370 220 57 24" name="NextPageBTN">
|
||||||
<Property key="ImageResource" value="MenuBook_Next"/>
|
<Property key="ImageResource" value="MenuBook_Next"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<Widget type="Button" skin="ButtonImage" position="80 220 96 24" name="PrevPageBTN">
|
<Widget type="Button" skin="ButtonImage" position="80 220 96 24" name="PrevPageBTN">
|
||||||
|
@ -72,7 +72,7 @@
|
|||||||
</Resource>
|
</Resource>
|
||||||
|
|
||||||
<Resource type="ResourceImageSet" name="MenuBook_Next">
|
<Resource type="ResourceImageSet" name="MenuBook_Next">
|
||||||
<Group name="States" texture="mwgui1" size="96 24">
|
<Group name="States" texture="mwgui1" size="57 24">
|
||||||
<Index name="disabled">
|
<Index name="disabled">
|
||||||
<Frame point="256 32"/>
|
<Frame point="256 32"/>
|
||||||
</Index>
|
</Index>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user