all affirmative buttons on right side. Fix #702

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

View File

@@ -6,6 +6,6 @@
<text size='large' top='8' left='48' width='248' height='33'>
This item will be gone forever. Still drop it?
</text>
<button name='cancel' type='regular' def-key='esc' top='42' left='238'>Cancel</button>
<button name='okay' type='regular' top='42' left='169'>OK</button>
<button name='cancel' type='regular' def-key='esc' top='42' left='169'>Cancel</button>
<button name='okay' type='regular' top='42' left='238'>OK</button>
</dialog>