From 95505ce1556685f91a3426393db55fabcb635f09 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 16 Oct 2013 08:14:31 +0000 Subject: rgscan: fixed table row height git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3796 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/rgscan/rgscandialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/General/rgscan') diff --git a/src/plugins/General/rgscan/rgscandialog.cpp b/src/plugins/General/rgscan/rgscandialog.cpp index c935ad0b4..f2c4e995d 100644 --- a/src/plugins/General/rgscan/rgscandialog.cpp +++ b/src/plugins/General/rgscan/rgscandialog.cpp @@ -47,7 +47,7 @@ struct ReplayGainInfoItem RGScanDialog::RGScanDialog(QList tracks, QWidget *parent) : QDialog(parent) { m_ui.setupUi(this); - m_ui.tableWidget->verticalHeader()->setDefaultSectionSize(fontMetrics().height() + 2); + m_ui.tableWidget->verticalHeader()->setDefaultSectionSize(fontMetrics().height() + 3); m_ui.tableWidget->verticalHeader()->setResizeMode(QHeaderView::Fixed); QStringList paths; -- cgit v1.2.3-13-gbd6f