fixed header size in RemoteDirModel

update website

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@609 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-06-16 13:37:30 +00:00
parent ad5694c8e5
commit 1389c617e9

View File

@ -317,7 +317,7 @@
if (role == Qt::SizeHintRole) if (role == Qt::SizeHintRole)
{ {
int defw = 50; int defw = 50;
int defh = 30; int defh = 21;
if (section < 2) if (section < 2)
{ {
defw = 200; defw = 200;