mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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
This commit is contained in:
parent
0b66b36a46
commit
f6865fcce8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user