mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 21:59:02 -04:00
Disable animation in file transfer shared files tree view widget
This commit is contained in:
parent
50ed20236f
commit
73355d09e3
1 changed files with 3 additions and 0 deletions
|
@ -366,6 +366,9 @@ border-image: url(:/images/closepressed.png)
|
|||
<property name="sortingEnabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="animated">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<attribute name="headerStretchLastSection">
|
||||
<bool>false</bool>
|
||||
</attribute>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue