Skip to content

Commit c74d191

Browse files
committed
src/qt/mempooldetail.cpp:MempoolFeeTableModel::FeeRange:width 100
1 parent c50263b commit c74d191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/mempooldetail.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ void MempoolDetail::setPlatformStyle(const PlatformStyle* platform_style)
7979
//m_fee_table->sortByColumn(m_fee_table_model->m_sort_column, m_fee_table_model->m_sort_order);
8080

8181
QHeaderView* m_fee_table_header = m_fee_table->horizontalHeader();
82-
m_fee_table_header->resizeSection(MempoolFeeTableModel::FeeRange, 90);
82+
m_fee_table_header->resizeSection(MempoolFeeTableModel::FeeRange, 100);
8383
m_fee_table_header->resizeSection(MempoolFeeTableModel::TxCount, 35);
8484
m_fee_table_header->resizeSection(MempoolFeeTableModel::TotalSize, 55);
8585
m_fee_table_header->resizeSection(MempoolFeeTableModel::TotalWeight, 50);

0 commit comments

Comments
 (0)