Set API inspector events list to uniform row heights

* This is a significant optimisation, otherwise Qt will iterate over every event
  and get its size, which can be expensive with the events being rich text
  strings.
This commit is contained in:
baldurk
2021-06-01 18:17:10 +01:00
parent fb95285ca1
commit 03c12d6e94
+3
View File
@@ -53,6 +53,9 @@
<property name="rootIsDecorated">
<bool>true</bool>
</property>
<property name="uniformRowHeights">
<bool>true</bool>
</property>
<property name="itemsExpandable">
<bool>true</bool>
</property>