mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 11:02:30 -04:00
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:
parent
de8bbd334e
commit
b01c6bf3d1
2 changed files with 3 additions and 3 deletions
|
@ -524,7 +524,7 @@ void MessengerWindow::insertPeers()
|
||||||
|
|
||||||
gpg_item -> setTextAlignment(COLUMN_NAME, Qt::AlignLeft | Qt::AlignVCenter );
|
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 */
|
/* not displayed, used to find back the item */
|
||||||
gpg_item -> setData(COLUMN_DATA, ROLE_ID, QString::fromStdString(detail.id));
|
gpg_item -> setData(COLUMN_DATA, ROLE_ID, QString::fromStdString(detail.id));
|
||||||
|
|
|
@ -427,8 +427,8 @@ border: 1px solid #CCCCCC;
|
||||||
</property>
|
</property>
|
||||||
<property name="iconSize">
|
<property name="iconSize">
|
||||||
<size>
|
<size>
|
||||||
<width>40</width>
|
<width>38</width>
|
||||||
<height>40</height>
|
<height>38</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="indentation">
|
<property name="indentation">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue