diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index b711996..c598f05 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -169,6 +169,7 @@ void MainWindow::turnstileProgress() {
else
progress.buttonBox->button(QDialogButtonBox::Discard)->setVisible(false);
+ // Abort button clicked
QObject::connect(progress.buttonBox->button(QDialogButtonBox::Discard), &QPushButton::clicked, [&] () {
if (curProgress.step != curProgress.totalSteps) {
auto abort = QMessageBox::warning(this, "Are you sure you want to Abort?",
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index 7c93105..9703b6f 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -22,7 +22,7 @@
-
- 1
+ 2
@@ -711,6 +711,9 @@
Address
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop
+
@@ -1048,19 +1051,27 @@
tabWidget
inputsCombo
- sendAddressBalance
- sendToScrollArea
Address1
Amount1
Max1
+ AddressBook1
+ MemoBtn1
addAddressButton
sendTransactionButton
cancelSendButton
- balancesTable
+ rdioZSAddr
rdioTAddr
+ rdioZAddr
listRecieveAddresses
btnRecieveNewAddr
+ txtRecieve
+ rcvLabel
+ rcvUpdateLabel
transactionsTable
+ balancesTable
+ minerFeeAmt
+ sendAddressBalance
+ sendToScrollArea