mirror of
https://github.com/Aitum/obs-aitum-multistream.git
synced 2024-11-22 02:12:40 +01:00
Fix wordwrap
This commit is contained in:
parent
9123b4d86b
commit
bd7a0dccca
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user