From 4eddc7b3f9330530ce6a850e78d0f533300fbf12 Mon Sep 17 00:00:00 2001 From: defnax Date: Sun, 25 Jan 2009 22:58:15 +0000 Subject: [PATCH] * set colors for Online, Friends, Network and set First Tab of Peer Details to first git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@954 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- .../src/gui/connect/ConfCertDialog.ui | 18 +++++++++++++++++- .../src/gui/statusbar/peerstatus.cpp | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/retroshare-gui/src/gui/connect/ConfCertDialog.ui b/retroshare-gui/src/gui/connect/ConfCertDialog.ui index 17df5287e..ac150551d 100644 --- a/retroshare-gui/src/gui/connect/ConfCertDialog.ui +++ b/retroshare-gui/src/gui/connect/ConfCertDialog.ui @@ -509,9 +509,17 @@ - 1 + 0 + + + 0 + 0 + 469 + 335 + + Details @@ -715,6 +723,14 @@ + + + 0 + 0 + 469 + 335 + + Trust Settings diff --git a/retroshare-gui/src/gui/statusbar/peerstatus.cpp b/retroshare-gui/src/gui/statusbar/peerstatus.cpp index 48370b5bc..83f950e87 100644 --- a/retroshare-gui/src/gui/statusbar/peerstatus.cpp +++ b/retroshare-gui/src/gui/statusbar/peerstatus.cpp @@ -76,7 +76,7 @@ void PeerStatus::setPeerStatus() int others = 1 + ids.size(); std::ostringstream out2; - out2 << "Online: " << online << " | Friends: " << friends << " | Network: " << others << " "; + out2 << "Online: " << online << " | Friends: " << friends << " | Network: " << others << " "; if (statusPeers)