mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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
This commit is contained in:
parent
f9e1f8d39b
commit
95b061e05a
@ -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
|
||||
|
@ -107,7 +107,7 @@ stop: 0.9 #4c4c4c, stop: 1 #333333);
|
||||
<item row="1" column="0">
|
||||
<widget class="QComboBox" name="statuscomboBox">
|
||||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
@ -372,7 +372,9 @@ stop:0 #FEFEFE, stop:1 #E8E8E8);
|
||||
<enum>Qt::CustomContextMenu</enum>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">border: 1px solid #CCCCCC;</string>
|
||||
<string notr="true">QTreeWidget#messengertreeWidget{
|
||||
border: 1px solid #CCCCCC;
|
||||
}</string>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
|
Loading…
Reference in New Issue
Block a user