citra-qt: Fix horrible scrolling responsiveness in disassembler by giving the uniformRowHeight hint.

This commit is contained in:
Tony Wasserka 2015-02-03 20:50:31 +01:00
parent 79713d500b
commit 5a90420c0b

View file

@ -65,6 +65,9 @@
<property name="rootIsDecorated">
<bool>false</bool>
</property>
<property name="uniformRowHeights">
<bool>true</bool>
</property>
<attribute name="headerVisible">
<bool>false</bool>
</attribute>