mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-12 06:18:08 -05:00
citra-qt: Fix horrible scrolling responsiveness in disassembler by giving the uniformRowHeight hint.
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user