Skip to content

Commit

Permalink
Update timelinedockwidget.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Aug 11, 2024
1 parent a1ae0b5 commit 46e9632
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/GUI/timelinedockwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,10 @@ TimelineDockWidget::TimelineDockWidget(Document& document,
mToolBar->addWidget(mFrameStartSpin);

eSizesUI::widget.add(mToolBar, [this](const int size) {
Q_UNUSED(size)
//mRenderProgress->setFixedHeight(eSizesUI::button);
mToolBar->setFixedHeight(eSizesUI::button);
mToolBar->setIconSize(QSize(size, size));
//mToolBar->setFixedHeight(eSizesUI::button);
mToolBar->setIconSize(QSize(eSizesUI::button, eSizesUI::button));
});

QWidget *spacerWidget1 = new QWidget(this);
Expand Down

0 comments on commit 46e9632

Please sign in to comment.