mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
Drop spacer to let recent tx list occupy max height available
This commit is contained in:
parent
b63cd0e0b4
commit
a3604f5c7c
@ -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>
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user