mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
changed color of peer having authenticated own key, to avoid confusion with friends of friends in networkview.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3828 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
58dcb79f42
commit
2075cdfd4a
@ -485,7 +485,7 @@ void NetworkDialog::insertConnect()
|
||||
|
||||
if (detail.hasSignedMe)
|
||||
{
|
||||
backgrndcolor=QColor("#42B2B2"); //kind of darkCyan
|
||||
backgrndcolor=QColor("#B242B2"); //kind of purple
|
||||
item -> setIcon(0,(QIcon(IMAGE_DENIED)));
|
||||
for(int k=0;k<8;++k)
|
||||
item -> setToolTip(k, QString::fromStdString(detail.name) + tr(" has authenticated you. \nRight-click and select 'make friend' to be able to connect."));
|
||||
|
Loading…
Reference in New Issue
Block a user