Set sizehint bigger then the Avatar picture size for MessengerWindow.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3418 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-08-31 22:17:02 +00:00
parent de8bbd334e
commit b01c6bf3d1
2 changed files with 3 additions and 3 deletions

View File

@ -524,7 +524,7 @@ void MessengerWindow::insertPeers()
gpg_item -> setTextAlignment(COLUMN_NAME, Qt::AlignLeft | Qt::AlignVCenter );
gpg_item -> setSizeHint(COLUMN_NAME, QSize( 34,34 ) );
gpg_item -> setSizeHint(COLUMN_NAME, QSize( 40,40 ) );
/* not displayed, used to find back the item */
gpg_item -> setData(COLUMN_DATA, ROLE_ID, QString::fromStdString(detail.id));

View File

@ -427,8 +427,8 @@ border: 1px solid #CCCCCC;
</property>
<property name="iconSize">
<size>
<width>40</width>
<height>40</height>
<width>38</width>
<height>38</height>
</size>
</property>
<property name="indentation">