mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge 4bc3b16349 into merged_master (Bitcoin PR bitcoin-core/gui#293)
This commit is contained in:
commit
8d570c2dcb
2 changed files with 4 additions and 1 deletions
|
|
@ -1204,6 +1204,9 @@
|
|||
<property name="textFormat">
|
||||
<enum>Qt::PlainText</enum>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="textInteractionFlags">
|
||||
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
||||
</property>
|
||||
|
|
|
|||
|
|
@ -776,7 +776,7 @@ QString formatServicesStr(quint64 mask)
|
|||
}
|
||||
|
||||
if (strList.size())
|
||||
return strList.join(" & ");
|
||||
return strList.join(", ");
|
||||
else
|
||||
return QObject::tr("None");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue