From 990218c07e2052f7e75af42a965cfc84b36e8371 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 12 Oct 2013 05:30:18 +0200 Subject: Fix Style issues * Change fixed width front from "courier" to "Monospace" * Remove foregroundcolor from SmTreeItem. Wasn't used nor needed, quite the opposite: it made SheMov deviate from the default style. --- archivemodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archivemodel.cpp') diff --git a/archivemodel.cpp b/archivemodel.cpp index b4a1e2b..0f266ca 100644 --- a/archivemodel.cpp +++ b/archivemodel.cpp @@ -827,7 +827,7 @@ QVariant ArchiveFilesModel::data(const QModelIndex &index, int role) const { case Md5Sum: case FullPath: case SizeDur: - return QFont("courier new"); + return QFont("Monospace"); } } if(role == Qt::DecorationRole){ -- cgit v1.2.3-70-g09d2