From cc7d1ed7212d566de74ce24ac5188cb22f96779e Mon Sep 17 00:00:00 2001 From: Al Date: Sun, 6 Jan 2019 00:29:37 +0100 Subject: Improve spacing for plugincounter. --- src/downloadmanager.cpp | 2 +- src/mainwindow.cpp | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/downloadmanager.cpp b/src/downloadmanager.cpp index 2784a8ce..b408f1a6 100644 --- a/src/downloadmanager.cpp +++ b/src/downloadmanager.cpp @@ -378,7 +378,7 @@ void DownloadManager::refreshList() } //if (m_ActiveDownloads.size() != downloadsBefore) { - qDebug("downloads after refresh: %d", m_ActiveDownloads.size()); + qDebug("Downloads after refresh: %d", m_ActiveDownloads.size()); //} emit update(-1); diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index d0cb0416..83205ac4 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -3237,13 +3237,13 @@ void MainWindow::updatePluginCount() int totalCount = masterCount + lightMasterCount + regularCount; ui->activePluginsCounter->display(activeVisibleCount); - ui->activePluginsCounter->setToolTip(tr("" - "" - "" - "" - "" - "" - "" + ui->activePluginsCounter->setToolTip(tr("
TypeActiveTotal
All plugins:%1%2
ESMs:%3%4
ESPs:%7%8
ESMs+ESPs:%9%10
ESLs:%5%6
" + "" + "" + "" + "" + "" + "" "
TypeActive Total
All plugins:%1 %2
ESMs:%3 %4
ESPs:%7 %8
ESMs+ESPs:%9 %10
ESLs:%5 %6
") .arg(activeCount).arg(totalCount) .arg(activeMasterCount).arg(masterCount) -- cgit v1.3.1