mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-24 14:19:11 -05:00
UI: Move recording warnings to bottom of window
This commit is contained in:
@@ -5203,10 +5203,7 @@ void OBSBasicSettings::AdvOutRecCheckWarnings()
|
||||
errorMsg.isEmpty() ? "warningLabel" : "errorLabel");
|
||||
advOutRecWarning->setWordWrap(true);
|
||||
|
||||
QFormLayout *formLayout = reinterpret_cast<QFormLayout *>(
|
||||
ui->advOutRecTopContainer->layout());
|
||||
|
||||
formLayout->addRow(nullptr, advOutRecWarning);
|
||||
ui->advOutRecInfoLayout->addWidget(advOutRecWarning);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user