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/mainwindow.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/mainwindow.cpp') 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