Merge pull request #2648 from kkartaltepe/fix-previewlabel-styling

UI: Fix previewLabel styling
This commit is contained in:
Colin Edwards
2020-04-18 16:32:43 -05:00
committed by GitHub

View File

@@ -385,6 +385,7 @@ OBSBasic::OBSBasic(QWidget *parent)
statsDock->move(newPos);
ui->previewLabel->setProperty("themeID", "previewProgramLabels");
ui->previewLabel->style()->polish(ui->previewLabel);
bool labels = config_get_bool(GetGlobalConfig(), "BasicWindow",
"StudioModeLabels");