Skip to content

Commit

Permalink
Render widgets minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Aug 15, 2024
1 parent 20ae18b commit f860013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/GUI/RenderWidgets/renderinstancewidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ void RenderInstanceWidget::iniGUI()
this, &RenderInstanceWidget::outputSettingsProfileSelected);

mOutputSettingsButton = new QPushButton(QIcon::fromTheme("file_movie"),
tr("Edit Profile"));
tr("Format"));
mOutputSettingsButton->setFocusPolicy(Qt::NoFocus);
mOutputSettingsButton->setSizePolicy(QSizePolicy::Expanding,
QSizePolicy::Preferred);
Expand Down
2 changes: 1 addition & 1 deletion src/app/GUI/RenderWidgets/renderwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ RenderWidget::RenderWidget(QWidget *parent)
mScrollArea->setWidgetResizable(true);
mScrollArea->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);

topLayout->addStretch();
topLayout->addWidget(mAddRenderButton);
topLayout->addStretch();
topLayout->addWidget(mClearQueueButton);

bottomLayout->addWidget(mStartRenderButton);
Expand Down

0 comments on commit f860013

Please sign in to comment.