Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
update labels
Browse files Browse the repository at this point in the history
  • Loading branch information
maltejur committed Nov 22, 2022
1 parent f4a60f2 commit f2de080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/streamdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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);
Expand Down

0 comments on commit f2de080

Please sign in to comment.