NetworkView:

- corrected bug in popup menu 
	- used more saturated colors to improve clarity
	- used darker colors for less trusted peers
	- fixed ownId node position to the center
NetworkDialog:
	- changed color of own  lign to yellow to comply with color code in NetworkView



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3826 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-11-19 21:52:56 +00:00
parent 63b32b0794
commit 1585606c4c
4 changed files with 16 additions and 50 deletions

View file

@ -524,7 +524,7 @@ void NetworkDialog::insertConnect()
// Color each Background column in the Network Tab except the first one => 1-9
for(int i=0;i<10;++i)
{
self_item->setBackground(i,QBrush(QColor("#45ff45")));
self_item->setBackground(i,Qt::yellow) ;//QBrush(QColor("#45ff45")));
}
connectWidget->addTopLevelItem(self_item);