mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-05 17:30:59 +02:00
qt: enable wordWrap for peers-tab detail services
This commit is contained in:
parent
d22e7ee933
commit
a0f7978674
@ -1204,6 +1204,9 @@
|
|||||||
<property name="textFormat">
|
<property name="textFormat">
|
||||||
<enum>Qt::PlainText</enum>
|
<enum>Qt::PlainText</enum>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="wordWrap">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
<property name="textInteractionFlags">
|
<property name="textInteractionFlags">
|
||||||
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
||||||
</property>
|
</property>
|
||||||
|
@ -708,7 +708,7 @@ QString formatServicesStr(quint64 mask)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (strList.size())
|
if (strList.size())
|
||||||
return strList.join(" & ");
|
return strList.join(", ");
|
||||||
else
|
else
|
||||||
return QObject::tr("None");
|
return QObject::tr("None");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user