Disable animation in ft transfers dialog tree view widget

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

View File

@ -213,6 +213,9 @@
<property name="sortingEnabled">
<bool>true</bool>
</property>
<property name="animated">
<bool>false</bool>
</property>
<property name="allColumnsShowFocus">
<bool>false</bool>
</property>
@ -280,6 +283,9 @@
<property name="sortingEnabled">
<bool>true</bool>
</property>
<property name="animated">
<bool>false</bool>
</property>
</widget>
</item>
</layout>