From f6865fcce83074596d53ec8b92f85d2054098830 Mon Sep 17 00:00:00 2001 From: thunder2 Date: Tue, 23 Jun 2015 12:19:33 +0000 Subject: [PATCH] Fixed font size of locale and remote file list content. The header still need to be fixed. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8542 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/RemoteDirModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroshare-gui/src/gui/RemoteDirModel.cpp b/retroshare-gui/src/gui/RemoteDirModel.cpp index fe70a6777..f5289502d 100644 --- a/retroshare-gui/src/gui/RemoteDirModel.cpp +++ b/retroshare-gui/src/gui/RemoteDirModel.cpp @@ -551,7 +551,7 @@ QVariant RetroshareDirModel::data(const QModelIndex &index, int role) const if (role == Qt::SizeHintRole) { - return QSize(18, 18); + return QVariant(); // Use standard } /* end of SizeHintRole */ if (role == Qt::TextAlignmentRole)