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

@@ -15,6 +15,6 @@
<text top='145' left='8' width='100' height='16'>Value:</text>
<field name='val' top='143' left='110' width='80' height='16'/>
<text name='feedback' top='165' left='8' width='230' height='16'/>
<button name='exit' def-key='esc' type='regular' top='185' left='187'>Exit</button>
<button name='set' type='regular' top='185' left='122'>Set</button>
<button name='exit' def-key='esc' type='regular' top='185' left='122'>Exit</button>
<button name='set' type='regular' top='185' left='187'>Set</button>
</dialog>