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

UI: Fix previewLabel styling
master
Colin Edwards 2020-04-18 16:32:43 -05:00 committed by GitHub
commit 47cfe13be2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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");