update labels

This commit is contained in:
Malte Jürgens 2022-11-22 16:39:58 +01:00
parent f4a60f281d
commit f2de080e1b
No known key found for this signature in database
GPG Key ID: D29FBD5F93C0CFC3
1 changed files with 2 additions and 2 deletions

View File

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