We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77bd932 + 4bc3b16 commit 8d570c2Copy full SHA for 8d570c2
src/qt/forms/debugwindow.ui
@@ -1204,6 +1204,9 @@
1204
<property name="textFormat">
1205
<enum>Qt::PlainText</enum>
1206
</property>
1207
+ <property name="wordWrap">
1208
+ <bool>true</bool>
1209
+ </property>
1210
<property name="textInteractionFlags">
1211
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
1212
src/qt/guiutil.cpp
@@ -776,7 +776,7 @@ QString formatServicesStr(quint64 mask)
776
}
777
778
if (strList.size())
779
- return strList.join(" & ");
+ return strList.join(", ");
780
else
781
return QObject::tr("None");
782
0 commit comments