We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50263b commit c74d191Copy full SHA for c74d191
src/qt/mempooldetail.cpp
@@ -79,7 +79,7 @@ void MempoolDetail::setPlatformStyle(const PlatformStyle* platform_style)
79
//m_fee_table->sortByColumn(m_fee_table_model->m_sort_column, m_fee_table_model->m_sort_order);
80
81
QHeaderView* m_fee_table_header = m_fee_table->horizontalHeader();
82
- m_fee_table_header->resizeSection(MempoolFeeTableModel::FeeRange, 90);
+ m_fee_table_header->resizeSection(MempoolFeeTableModel::FeeRange, 100);
83
m_fee_table_header->resizeSection(MempoolFeeTableModel::TxCount, 35);
84
m_fee_table_header->resizeSection(MempoolFeeTableModel::TotalSize, 55);
85
m_fee_table_header->resizeSection(MempoolFeeTableModel::TotalWeight, 50);
0 commit comments