Drop spacer to let recent tx list occupy max height available

This commit is contained in:
UdjinM6 2020-09-24 16:14:49 +03:00 committed by xdustinface
parent b63cd0e0b4
commit a3604f5c7c
2 changed files with 0 additions and 14 deletions

View File

@ -656,19 +656,6 @@
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>

View File

@ -694,7 +694,6 @@ void OverviewPage::SetupTransactionList(int nNumItems)
}
filter->setLimit(nNumItems);
ui->listTransactions->setMinimumHeight(nNumItems * ITEM_HEIGHT);
// Workaround to make sure the number of transactions always equals nNumItems.
// For details about the unsolved issue see https://github.com/dashpay/dash/pull/3715#issuecomment-698038707
ui->listTransactions->setModelColumn(TransactionTableModel::ToAddress);