Use better default row width for history view and enable alternating row colors

This commit is contained in:
Janek Bevendorff 2017-02-22 19:10:13 +01:00
parent fcadee550e
commit 79ab7a1062
No known key found for this signature in database
GPG Key ID: CFEC2F6850BFFA53

View File

@ -25,9 +25,15 @@
</property>
<item>
<widget class="QTreeView" name="historyView">
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<attribute name="headerDefaultSectionSize">
<number>160</number>
</attribute>
</widget>
</item>
<item>