Explorar el Código

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

UI: Fix previewLabel styling
Colin Edwards hace 5 años
padre
commit
47cfe13be2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      UI/window-basic-main.cpp

+ 1 - 0
UI/window-basic-main.cpp

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