diff --git a/output-dialog.cpp b/output-dialog.cpp index 1da2fe2..ac572e2 100644 --- a/output-dialog.cpp +++ b/output-dialog.cpp @@ -356,6 +356,7 @@ QWidget *OutputDialog::WizardServicePage() pageLayout->setAlignment(Qt::AlignTop); auto description = new QLabel(QString::fromUtf8(obs_module_text("NewOutputSelectService"))); + description->setWordWrap(true); description->setStyleSheet("margin-bottom: 20px;"); pageLayout->addWidget(description);