Merge pull request #2648 from kkartaltepe/fix-previewlabel-styling
UI: Fix previewLabel stylingmaster
commit
47cfe13be2
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue