mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 23:55:35 -04:00
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:
parent
63b32b0794
commit
1585606c4c
4 changed files with 16 additions and 50 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue