[network/ruqola] src/widgets/dialogs: Remove word wrap

Laurent Montel <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit aa13c41db15de72427ee64c2782c0d621ff47631 by Laurent Montel.
Committed on 29/07/2026 at 11:20.
Pushed by mlaurent into branch 'master'.

Remove word wrap

M  +1    -1    src/widgets/dialogs/channelrolesinfowidget.cpp

https://invent.kde.org/network/ruqola/-/commit/aa13c41db15de72427ee64c2782c0d621ff47631

diff --git a/src/widgets/dialogs/channelrolesinfowidget.cpp b/src/widgets/dialogs/channelrolesinfowidget.cpp
index 929e0e5260..bfa884c172 100644
--- a/src/widgets/dialogs/channelrolesinfowidget.cpp
+++ b/src/widgets/dialogs/channelrolesinfowidget.cpp
@@ -79,7 +79,7 @@ void ChannelRolesInfoWidget::generateInfo(const QString &labelStr, const QString
     label->setTextFormat(Qt::PlainText);
     label->setText(list.join(u','));
     label->setTextInteractionFlags(Qt::TextBrowserInteraction);
-    label->setWordWrap(true);
+    label->setWordWrap(false);
     auto labelInfo = new QLabel(this);
     labelInfo->setTextFormat(Qt::RichText);
     labelInfo->setText(u"<qt><b>%1</b></qt>"_s.arg(labelStr));
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.