Coin Control: Make list mode default
This commit is contained in:
parent
4ff81d6092
commit
5d60b694e9
1 changed files with 3 additions and 3 deletions
|
@ -379,9 +379,6 @@
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Tree mode</string>
|
<string>Tree mode</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="checked">
|
|
||||||
<bool>true</bool>
|
|
||||||
</property>
|
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
@ -395,6 +392,9 @@
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>List mode</string>
|
<string>List mode</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="checked">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
|
Loading…
Reference in a new issue