all affirmative buttons on right side. Fix #702

This commit is contained in:
2025-03-23 18:52:02 -05:00
parent ab952db0cd
commit ecb48faa43
50 changed files with 108 additions and 108 deletions

View File

@@ -3,7 +3,7 @@
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
<dialog defbtn='cancel'>
<pict type='dlog' num='23' top='9' left='9'/>
<text top='5' left='51' width='255' height='32'>Warning: If you quit now, your game will be lost.</text>
<button name='quit' type='regular' def-key='ctrl q' top='46' left='178'>Quit</button>
<button name='cancel' type='regular' def-key='esc' top='46' left='248'>Cancel</button>
<text top='5' left='51' width='255' height='32'>Warning: If you quit now, your unsaved progress will be lost.</text>
<button name='cancel' type='regular' def-key='esc' top='46' left='178'>Cancel</button>
<button name='quit' type='regular' def-key='ctrl q' top='46' left='248'>Quit</button>
</dialog>