From f2de080e1b0b080e78306a4f14ab94dbd4d9f40c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Tue, 22 Nov 2022 16:39:58 +0100 Subject: [PATCH] update labels --- src/streamdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/streamdialog.cpp b/src/streamdialog.cpp index cdba4a3..ba25f58 100644 --- a/src/streamdialog.cpp +++ b/src/streamdialog.cpp @@ -26,7 +26,7 @@ StreamDialog::StreamDialog() : QWidget() { m_videoGroupBox->setLayout(videoLayout); auto resolutionLabel = new QLabel(this); - resolutionLabel->setText("Stream Resolution"); + resolutionLabel->setText("Resolution"); videoLayout->addWidget(resolutionLabel); m_resolutionComboBox = new QComboBox(this); @@ -41,7 +41,7 @@ StreamDialog::StreamDialog() : QWidget() { videoLayout->addWidget(m_resolutionComboBox); auto framerateLabel = new QLabel(this); - framerateLabel->setText("Stream Framerate"); + framerateLabel->setText("Framerate"); videoLayout->addWidget(framerateLabel); m_framerateComboBox = new QComboBox(this);