From 95b061e05ae3ab9ec48165ac429391d46df849fb Mon Sep 17 00:00:00 2001 From: defnax Date: Sat, 24 Apr 2010 18:44:16 +0000 Subject: [PATCH] fixed MessengerWindow TreeWidget stylesheet git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2773 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/changelog.txt | 4 ++-- retroshare-gui/src/gui/MessengerWindow.ui | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/retroshare-gui/src/changelog.txt b/retroshare-gui/src/changelog.txt index 7da0fd0b4..0daa2becc 100644 --- a/retroshare-gui/src/changelog.txt +++ b/retroshare-gui/src/changelog.txt @@ -14,10 +14,10 @@ Changes for v0.5.0a * added commandline option '-U' to allow user to access different profile - in the situation where autologin is enabled - BUG found (or rather autologin induced it), if one asks to make friends to a - peer (in ConfCertDialg) 'within' a session that uses autologin it freezes + peer (in ConfCertDialog) 'within' a session that uses autologin it freezes * add the internal counter mutex lock. Move the code of the rw mutec to the rsthreads.cc file * fix a code bug -* add a read / write lock and r +* add a read / write lock and refactor authgpg with it * Fix a bug when adding a cert * Fixed new message string * added gpg initialization for autologin diff --git a/retroshare-gui/src/gui/MessengerWindow.ui b/retroshare-gui/src/gui/MessengerWindow.ui index 5943e8c4c..2295d09da 100644 --- a/retroshare-gui/src/gui/MessengerWindow.ui +++ b/retroshare-gui/src/gui/MessengerWindow.ui @@ -107,7 +107,7 @@ stop: 0.9 #4c4c4c, stop: 1 #333333); - true + false <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -372,7 +372,9 @@ stop:0 #FEFEFE, stop:1 #E8E8E8); Qt::CustomContextMenu - border: 1px solid #CCCCCC; + QTreeWidget#messengertreeWidget{ +border: 1px solid #CCCCCC; +}