Removing taddr on receive tab

Left zaddr radio button for now as it's used to update dropdown of zaddrs
This commit is contained in:
fekt
2022-11-01 22:12:04 -04:00
parent e179e723f5
commit 364c775d6d
2 changed files with 19 additions and 140 deletions

View File

@@ -59,7 +59,7 @@
<item row="0" column="0" colspan="2">
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>1</number>
<number>3</number>
</property>
<widget class="QWidget" name="tab_6">
<attribute name="title">
@@ -956,8 +956,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>1260</width>
<height>509</height>
<width>1268</width>
<height>519</height>
</rect>
</property>
<layout class="QVBoxLayout" name="sendToLayout">
@@ -1262,21 +1262,14 @@
<layout class="QHBoxLayout" name="horizontalLayout_9">
<item>
<widget class="QRadioButton" name="rdioZSAddr">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>z-Addr</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rdioTAddr">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>t-Addr</string>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
@@ -1682,7 +1675,6 @@
</property>
</widget>
</item>
<item row="9" column="0">
<widget class="QLabel" name="label_37">
<property name="text">
@@ -1690,7 +1682,6 @@
</property>
</widget>
</item>
<item row="10" column="0">
<widget class="QLabel" name="current_server_label">
<property name="text">
@@ -1712,7 +1703,6 @@
</property>
</widget>
</item>
<item row="11" column="0">
<widget class="QLabel" name="sticky_server_label">
<property name="text">
@@ -1734,7 +1724,6 @@
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLabel" name="label_13">
<property name="text">
@@ -1921,7 +1910,7 @@
<x>0</x>
<y>0</y>
<width>1308</width>
<height>22</height>
<height>30</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
@@ -2118,7 +2107,6 @@
<tabstop>sendTransactionButton</tabstop>
<tabstop>cancelSendButton</tabstop>
<tabstop>rdioZSAddr</tabstop>
<tabstop>rdioTAddr</tabstop>
<tabstop>listReceiveAddresses</tabstop>
<tabstop>txtReceive</tabstop>
<tabstop>rcvLabel</tabstop>