mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 22:21:09 -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">
|
<property name="sortingEnabled">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="animated">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
<attribute name="headerStretchLastSection">
|
<attribute name="headerStretchLastSection">
|
||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</attribute>
|
</attribute>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue