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

@@ -8,7 +8,7 @@
You can delete the sheet anyway, or you can move the subsequent sheets back one, overwriting this sheet.
Note that, either way, anything referencing graphics on these sheets will have to be updated.
</text>
<button name='cancel' type='regular' top='101' left='234'>Cancel</button>
<button name='move' type='large' top='101' left='63'>Move Sheets</button>
<button name='del' type='regular' top='101' left='169'>Delete</button>
<button name='cancel' type='regular' top='101' left='63'>Cancel</button>
<button name='move' type='large' top='101' left='133'>Move Sheets</button>
<button name='del' type='regular' top='101' left='243'>Delete</button>
</dialog>