From 0c063ae9e120a0efd63e13c2d8fc0e0e57e781db Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Mon, 22 Oct 2018 14:56:59 -0700 Subject: [PATCH] fix spacing on balances tab --- src/mainwindow.ui | 17 ++++++++++++++++- src/ui_mainwindow.h | 3 ++- 2 files changed, 18 insertions(+), 2 deletions(-) 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);