summary refs log tree commit diff
path: root/src/TimelineView.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/TimelineView.cc')
-rw-r--r--src/TimelineView.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/TimelineView.cc b/src/TimelineView.cc

index 44f3b9d8..64b68a1e 100644 --- a/src/TimelineView.cc +++ b/src/TimelineView.cc
@@ -416,6 +416,7 @@ TimelineView::init() scroll_widget_ = new QWidget(this); scroll_layout_ = new QVBoxLayout(scroll_widget_); + scroll_layout_->setContentsMargins(15, 0, 15, 15); scroll_layout_->addStretch(1); scroll_layout_->setSpacing(0); scroll_layout_->setObjectName("timelinescrollarea");