mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 13:45:55 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user