Fix new t-Addresses not showing up after generation (#148)

* Fix typo: recieve -> receive

* Fix new t-Addresses not showing up after generation

Refresh the address list, as when generating z-Addresses.
This commit is contained in:
lyoqjrrq
2019-07-08 18:26:41 +00:00
committed by adityapk00
parent 37ada78a76
commit 48af5e3120
3 changed files with 30 additions and 28 deletions

View File

@@ -715,7 +715,7 @@
<item>
<layout class="QHBoxLayout" name="horizontalLayout_10">
<item>
<widget class="AddressCombo" name="listRecieveAddresses">
<widget class="AddressCombo" name="listReceiveAddresses">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
@@ -728,7 +728,7 @@
</widget>
</item>
<item>
<widget class="QPushButton" name="btnRecieveNewAddr">
<widget class="QPushButton" name="btnReceiveNewAddr">
<property name="text">
<string>New Address</string>
</property>
@@ -784,7 +784,7 @@
</widget>
</item>
<item row="0" column="1" colspan="2">
<widget class="QPlainTextEdit" name="txtRecieve">
<widget class="QPlainTextEdit" name="txtReceive">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
@@ -1221,9 +1221,9 @@
<tabstop>cancelSendButton</tabstop>
<tabstop>rdioZSAddr</tabstop>
<tabstop>rdioTAddr</tabstop>
<tabstop>listRecieveAddresses</tabstop>
<tabstop>btnRecieveNewAddr</tabstop>
<tabstop>txtRecieve</tabstop>
<tabstop>listReceiveAddresses</tabstop>
<tabstop>btnReceiveNewAddr</tabstop>
<tabstop>txtReceive</tabstop>
<tabstop>rcvLabel</tabstop>
<tabstop>rcvUpdateLabel</tabstop>
<tabstop>transactionsTable</tabstop>