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. --- filesystemfileproxy.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'filesystemfileproxy.cpp') diff --git a/filesystemfileproxy.cpp b/filesystemfileproxy.cpp index 1267560..524456c 100644 --- a/filesystemfileproxy.cpp +++ b/filesystemfileproxy.cpp @@ -50,7 +50,8 @@ QVariant FilesystemFileProxy::data(const QModelIndex &index, int role) const{ } if(role == Qt::FontRole){ if(index.column() == SmDirModel::Md5sum || index.column() == SmDirModel::DurSize || index.column() == SmDirModel::Bitrate){ - return QFont("courier"); + + return QFont("Monospace"); } } return QSortFilterProxyModel::data(index, role); -- cgit v1.2.3-70-g09d2