0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

Merge pull request #1653 from WizardCM/projector-monitor-count

UI: Start projector user-facing monitor count at 1
This commit is contained in:
Jim 2019-02-09 00:46:58 -08:00 committed by GitHub
commit aa9f226aec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3856,7 +3856,7 @@ static void AddProjectorMenuMonitors(QMenu *parent, QObject *target,
QRect screenGeometry = screens[i]->geometry();
QString str = QString("%1 %2: %3x%4 @ %5,%6").
arg(QTStr("Display"),
QString::number(i),
QString::number(i + 1),
QString::number(screenGeometry.width()),
QString::number(screenGeometry.height()),
QString::number(screenGeometry.x()),