summaryrefslogtreecommitdiff
path: root/src/mainwindow.ui
diff options
context:
space:
mode:
authorAl12rs <gabriel.cortesi@outlook.com>2018-10-27 18:37:51 +0200
committerAl12rs <gabriel.cortesi@outlook.com>2018-10-27 18:37:51 +0200
commit18e49b71b509a7a306d89392cc4486bb3c960e4f (patch)
treee2737264846dc33c415cc8a06ad28cead59fa830 /src/mainwindow.ui
parentfcb29afe83be5789debbe1eacfd8be3e00d35637 (diff)
Added `uniformRowHeight = true` property to the modlist, data tab, filters view and Log area. It should make Qt perform better when showing a large number of items.
Diffstat (limited to 'src/mainwindow.ui')
-rw-r--r--src/mainwindow.ui12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index 021d564c..41365768 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -84,6 +84,9 @@
<property name="indentation">
<number>0</number>
</property>
+ <property name="uniformRowHeights">
+ <bool>true</bool>
+ </property>
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
@@ -432,6 +435,9 @@ p, li { white-space: pre-wrap; }
<property name="indentation">
<number>20</number>
</property>
+ <property name="uniformRowHeights">
+ <bool>true</bool>
+ </property>
<property name="itemsExpandable">
<bool>true</bool>
</property>
@@ -1123,6 +1129,9 @@ p, li { white-space: pre-wrap; }
<property name="whatsThis">
<string>This is an overview of your data directory as visible to the game (and tools). </string>
</property>
+ <property name="uniformRowHeights">
+ <bool>true</bool>
+ </property>
<property name="animated">
<bool>true</bool>
</property>
@@ -1352,6 +1361,9 @@ p, li { white-space: pre-wrap; }
<property name="selectionMode">
<enum>QAbstractItemView::NoSelection</enum>
</property>
+ <property name="uniformRowHeights">
+ <bool>true</bool>
+ </property>
<property name="itemsExpandable">
<bool>false</bool>
</property>