UI: Move recording warnings to bottom of window

This commit is contained in:
GPattenden
2024-04-07 00:39:22 -04:00
committed by Warchamp7
parent f47fc81d32
commit 60dd0c3ba6
2 changed files with 19 additions and 4 deletions
+1 -4
View File
@@ -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);
}
}