Coin Control: Make list mode default

This commit is contained in:
Luke Dashjr 2014-11-16 17:27:19 +00:00
parent 4ff81d6092
commit 5d60b694e9
1 changed files with 3 additions and 3 deletions

View File

@ -379,9 +379,6 @@
<property name="text">
<string>Tree mode</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
@ -395,6 +392,9 @@
<property name="text">
<string>List mode</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>