mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-14 03:52:39 -04:00
set location textcolor blue when its connected
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2066 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
cb2640237f
commit
c9764e5f00
1 changed files with 1 additions and 0 deletions
|
@ -458,6 +458,7 @@ void PeersDialog::insertPeers()
|
|||
for(i = 0; i < 3; i++) {
|
||||
gpg_item -> setTextColor(i,(Qt::darkBlue));
|
||||
gpg_item -> setFont(i,font);
|
||||
sslItem -> setTextColor(i,(Qt::darkBlue));
|
||||
sslItem -> setFont(i,font);
|
||||
}
|
||||
} else if (sslDetail.state & RS_PEER_STATE_UNREACHABLE) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue