mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-18 03:04:13 -04:00
UI: Fix preview/program label alignment
This commit is contained in:
@@ -380,7 +380,6 @@ OBSBasic::OBSBasic(QWidget *parent)
|
||||
QPoint newPos = curPos + statsDockPos;
|
||||
statsDock->move(newPos);
|
||||
|
||||
ui->previewLabel->setAlignment(Qt::AlignHCenter | Qt::AlignVCenter);
|
||||
ui->previewLabel->setProperty("themeID", "previewProgramLabels");
|
||||
|
||||
bool labels = config_get_bool(GetGlobalConfig(),
|
||||
|
||||
Reference in New Issue
Block a user