Browse Source

Coin Control: Make list mode default

0.10
Luke Dashjr 10 years ago
parent
commit
5d60b694e9
  1. 6
      src/qt/forms/coincontroldialog.ui

6
src/qt/forms/coincontroldialog.ui

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

Loading…
Cancel
Save