Change tab stops in New address dialog

This commit is contained in:
Lee Miller 2022-08-12 02:15:05 +03:00
parent fce9a077be
commit ccb0796351
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63

View File

@ -309,9 +309,10 @@ The 'Random Number' option is selected by default but deterministic addresses ha
</layout> </layout>
</widget> </widget>
<tabstops> <tabstops>
<tabstop>radioButtonRandomAddress</tabstop>
<tabstop>radioButtonDeterministicAddress</tabstop>
<tabstop>newaddresslabel</tabstop> <tabstop>newaddresslabel</tabstop>
<tabstop>buttonBox</tabstop>
<tabstop>radioButtonDeterministicAddress</tabstop>
<tabstop>radioButtonRandomAddress</tabstop>
<tabstop>radioButtonMostAvailable</tabstop> <tabstop>radioButtonMostAvailable</tabstop>
<tabstop>radioButtonExisting</tabstop> <tabstop>radioButtonExisting</tabstop>
<tabstop>comboBoxExisting</tabstop> <tabstop>comboBoxExisting</tabstop>
@ -319,7 +320,6 @@ The 'Random Number' option is selected by default but deterministic addresses ha
<tabstop>lineEditPassphraseAgain</tabstop> <tabstop>lineEditPassphraseAgain</tabstop>
<tabstop>spinBoxNumberOfAddressesToMake</tabstop> <tabstop>spinBoxNumberOfAddressesToMake</tabstop>
<tabstop>checkBoxEighteenByteRipe</tabstop> <tabstop>checkBoxEighteenByteRipe</tabstop>
<tabstop>buttonBox</tabstop>
</tabstops> </tabstops>
<resources/> <resources/>
<connections> <connections>