Skip to content

Commit

Permalink
Allow the timelien to dock anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatherly committed Apr 17, 2023
1 parent 6e5c57e commit 804e02e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/docks/timelinedock.cpp
Expand Up @@ -73,7 +73,6 @@ TimelineDock::TimelineDock(QWidget *parent) :
QIcon icon = QIcon::fromTheme("view-time-schedule",
QIcon(":/icons/oxygen/32x32/actions/view-time-schedule.png"));
setWindowIcon(icon);
setAllowedAreas(Qt::BottomDockWidgetArea | Qt::TopDockWidgetArea);

toggleViewAction()->setIcon(windowIcon());
setupActions();
Expand Down

0 comments on commit 804e02e

Please sign in to comment.