diff --git a/src/mainwindow.ui b/src/mainwindow.ui index a55a042..f429a8f 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -22,7 +22,7 @@ - 1 + 0 @@ -164,6 +164,21 @@ Address Balances + + 6 + + + 0 + + + 0 + + + 0 + + + 0 + diff --git a/src/ui_mainwindow.h b/src/ui_mainwindow.h index e367e80..a0f8192 100644 --- a/src/ui_mainwindow.h +++ b/src/ui_mainwindow.h @@ -272,6 +272,7 @@ public: horizontalLayout_4->setSpacing(6); horizontalLayout_4->setContentsMargins(11, 11, 11, 11); horizontalLayout_4->setObjectName(QStringLiteral("horizontalLayout_4")); + horizontalLayout_4->setContentsMargins(0, 0, 0, 0); balancesTable = new QTableView(groupBox_2); balancesTable->setObjectName(QStringLiteral("balancesTable")); balancesTable->setSelectionMode(QAbstractItemView::SingleSelection); @@ -674,7 +675,7 @@ public: retranslateUi(MainWindow); - tabWidget->setCurrentIndex(1); + tabWidget->setCurrentIndex(0); QMetaObject::connectSlotsByName(MainWindow);