mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-01 18:56:23 -04:00
Disable animation in file transfer search dialog tree view widget
This commit is contained in:
parent
123027dc11
commit
50ed20236f
1 changed files with 6 additions and 0 deletions
|
@ -223,6 +223,9 @@
|
|||
<property name="sortingEnabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="animated">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<column>
|
||||
<property name="text">
|
||||
<string>KeyWords</string>
|
||||
|
@ -261,6 +264,9 @@
|
|||
<property name="sortingEnabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="animated">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<column>
|
||||
<property name="text">
|
||||
<string>Filename</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue