Disable "decorated root" for recent changes view as there's no nested content

This commit is contained in:
Martchus 2020-10-18 15:52:57 +02:00
parent 3e1beaa11d
commit e509047367
1 changed files with 5 additions and 1 deletions

View File

@ -495,7 +495,11 @@ For &lt;i&gt;all&lt;/i&gt; notifications, checkout the log</string>
<number>0</number>
</property>
<item>
<widget class="QTreeView" name="recentChangesTreeView"/>
<widget class="QTreeView" name="recentChangesTreeView">
<property name="rootIsDecorated">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>