mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-23 08:11:24 -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)
|
if (role == Qt::SizeHintRole)
|
||||||
{
|
{
|
||||||
return QSize(18, 18);
|
return QVariant(); // Use standard
|
||||||
} /* end of SizeHintRole */
|
} /* end of SizeHintRole */
|
||||||
|
|
||||||
if (role == Qt::TextAlignmentRole)
|
if (role == Qt::TextAlignmentRole)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue