Disable animation in file transfer shared files tree view widget

This commit is contained in:
altcoinpirate 2021-03-10 01:16:50 +00:00 committed by GitHub
parent 50ed20236f
commit 73355d09e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>