mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-26 23:36:59 -05:00
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:
parent
ad5694c8e5
commit
1389c617e9
@ -317,7 +317,7 @@
|
||||
if (role == Qt::SizeHintRole)
|
||||
{
|
||||
int defw = 50;
|
||||
int defh = 30;
|
||||
int defh = 21;
|
||||
if (section < 2)
|
||||
{
|
||||
defw = 200;
|
||||
|
Loading…
x
Reference in New Issue
Block a user