Skip to content

Commit

Permalink
Update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Oct 13, 2024
1 parent 197938e commit 73f4064
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/timelinedockwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ TimelineDockWidget::TimelineDockWidget(Document& document,
connect(mStopButton, &QAction::triggered,
this, &TimelineDockWidget::interruptPreview);

mLoopButton = new QAction(QIcon::fromTheme("loop2"),
mLoopButton = new QAction(QIcon::fromTheme("loop3"),
tr("Loop Preview"),
this);
mLoopButton->setCheckable(true);
Expand Down

0 comments on commit 73f4064

Please sign in to comment.