mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-21 04:44:25 -04:00
set a minimum size hint for the friends list in CreateChannel
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3260 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
126a1d4012
commit
225781aa51
1 changed files with 12 additions and 11 deletions
|
@ -108,6 +108,7 @@ void CreateChannel::setShareList(){
|
||||||
if (detail.state & RS_PEER_STATE_CONNECTED) {
|
if (detail.state & RS_PEER_STATE_CONNECTED) {
|
||||||
item -> setTextColor(0,(Qt::darkBlue));
|
item -> setTextColor(0,(Qt::darkBlue));
|
||||||
}
|
}
|
||||||
|
item -> setSizeHint(0, QSize( 17,17 ) );
|
||||||
|
|
||||||
item -> setText(1, QString::fromStdString(detail.id));
|
item -> setText(1, QString::fromStdString(detail.id));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue