mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-22 07:41:20 -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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue