* fixed MessengerWindow

* update internal stylesheets
* update help content

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@763 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-10-23 16:17:29 +00:00
parent 8f5e91727e
commit 1ee1b408ff
18 changed files with 124 additions and 17 deletions

View file

@ -154,4 +154,12 @@ QTreeView::item:selected { /* when user selects item using mouse or keyboard */
QToolTip{
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #376D85, stop: 0.4 #185772);
}
QFrame#messengerframetop{
border-image: url(qss/uus/uus.png);
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F7B552, stop: 1 #FF5E07);*/
}