Skip to content

Commit

Permalink
Timeline: show vertical scrollbar if needed
Browse files Browse the repository at this point in the history
Fix #206
  • Loading branch information
rodlie committed Jul 6, 2024
1 parent e1008e9 commit 583aeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/GUI/timelinewidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ TimelineWidget::TimelineWidget(Document &document,
keysViewScrollbarLayout->setAlignment(Qt::AlignRight);
/*keysViewScrollbarLayout->addWidget(
mBoxesListScrollArea->verticalScrollBar());*/
mBoxesListScrollArea->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
mBoxesListScrollArea->setVerticalScrollBarPolicy(Qt::ScrollBarAsNeeded);
keysViewScrollbarLayout->setContentsMargins(0, 0, 0, 0);

connect(mBoxesListScrollArea->verticalScrollBar(),
Expand Down

0 comments on commit 583aeed

Please sign in to comment.