mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-19 17:41:33 +00:00
Fix order of buttons in book window layout for key cycling
This commit is contained in:
parent
2514cc5cc8
commit
a0ee1c5630
1 changed files with 38 additions and 37 deletions
|
@ -8,6 +8,12 @@
|
||||||
<Property key="ImageTexture" value="textures\tx_menubook.dds"/>
|
<Property key="ImageTexture" value="textures\tx_menubook.dds"/>
|
||||||
<Widget type="Widget" position="71 0 584 398" align="Left Top">
|
<Widget type="Widget" position="71 0 584 398" align="Left Top">
|
||||||
|
|
||||||
|
<Widget type="ImageButton" skin="ImageBox" position="40 358 64 32" name="TakeButton">
|
||||||
|
<Property key="ImageHighlighted" value="textures\tx_menubook_take_over.dds"/>
|
||||||
|
<Property key="ImageNormal" value="textures\tx_menubook_take_idle.dds"/>
|
||||||
|
<Property key="ImagePushed" value="textures\tx_menubook_take_pressed.dds"/>
|
||||||
|
</Widget>
|
||||||
|
|
||||||
<Widget type="Widget" position="0 0 292 398">
|
<Widget type="Widget" position="0 0 292 398">
|
||||||
<Widget type="ImageButton" skin="ImageBox" position="205 358 48 32" name="PrevPageBTN">
|
<Widget type="ImageButton" skin="ImageBox" position="205 358 48 32" name="PrevPageBTN">
|
||||||
<Property key="ImageHighlighted" value="textures\tx_menubook_prev_over.dds"/>
|
<Property key="ImageHighlighted" value="textures\tx_menubook_prev_over.dds"/>
|
||||||
|
@ -23,11 +29,6 @@
|
||||||
</Widget>
|
</Widget>
|
||||||
</Widget>
|
</Widget>
|
||||||
|
|
||||||
<Widget type="ImageButton" skin="ImageBox" position="40 358 64 32" name="TakeButton">
|
|
||||||
<Property key="ImageHighlighted" value="textures\tx_menubook_take_over.dds"/>
|
|
||||||
<Property key="ImageNormal" value="textures\tx_menubook_take_idle.dds"/>
|
|
||||||
<Property key="ImagePushed" value="textures\tx_menubook_take_pressed.dds"/>
|
|
||||||
</Widget>
|
|
||||||
<Widget type="ImageButton" skin="ImageBox" position="488 358 48 32" name="CloseButton">
|
<Widget type="ImageButton" skin="ImageBox" position="488 358 48 32" name="CloseButton">
|
||||||
<Property key="ImageHighlighted" value="textures\tx_menubook_close_over.dds"/>
|
<Property key="ImageHighlighted" value="textures\tx_menubook_close_over.dds"/>
|
||||||
<Property key="ImageNormal" value="textures\tx_menubook_close_idle.dds"/>
|
<Property key="ImageNormal" value="textures\tx_menubook_close_idle.dds"/>
|
||||||
|
|
Loading…
Reference in a new issue