Merge pull request #5290
5d60b69
Coin Control: Make list mode default (Luke Dashjr)4ff81d6
Bugfix: Clarify coin control dialog labels (Luke Dashjr)
This commit is contained in:
commit
27b2288f33
1 changed files with 6 additions and 6 deletions
|
@ -11,7 +11,7 @@
|
|||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Coin Control Address Selection</string>
|
||||
<string>Coin Selection</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
|
@ -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>
|
||||
|
@ -451,12 +451,12 @@
|
|||
</column>
|
||||
<column>
|
||||
<property name="text">
|
||||
<string notr="true">Label</string>
|
||||
<string>Received with label</string>
|
||||
</property>
|
||||
</column>
|
||||
<column>
|
||||
<property name="text">
|
||||
<string>Address</string>
|
||||
<string>Received with address</string>
|
||||
</property>
|
||||
</column>
|
||||
<column>
|
||||
|
|
Loading…
Add table
Reference in a new issue