mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-12 07:59:29 -05:00
Disabled expand on double click in the contacts tree in MessageComposer.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3570 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
12fd5b29f7
commit
bb4aedf55f
@ -171,6 +171,9 @@ border-image: url(:/images/closepressed.png)
|
||||
<property name="sortingEnabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="expandsOnDoubleClick">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<column>
|
||||
<property name="text">
|
||||
<string>Send To:</string>
|
||||
|
Loading…
Reference in New Issue
Block a user