diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-25 16:46:57 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-25 16:46:57 +0300 |
commit | bfdbd49e3e19f09ce064af7a594fb2723792285d (patch) | |
tree | fff8b68e78e428e9170a6863772e541c61eb42cb /src/timeline/TimelineView.cpp | |
parent | Fix issue with missing communities due to an unregistered metatype (diff) | |
download | nheko-bfdbd49e3e19f09ce064af7a594fb2723792285d.tar.xz |
Align timeline widgets to the bottom
Diffstat (limited to 'src/timeline/TimelineView.cpp')
-rw-r--r-- | src/timeline/TimelineView.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timeline/TimelineView.cpp b/src/timeline/TimelineView.cpp index 3e57fe7f..23c8deda 100644 --- a/src/timeline/TimelineView.cpp +++ b/src/timeline/TimelineView.cpp @@ -517,6 +517,7 @@ TimelineView::init() scroll_layout_->setObjectName("timelinescrollarea"); scroll_area_->setWidget(scroll_widget_); + scroll_area_->setAlignment(Qt::AlignBottom); top_layout_->addWidget(scroll_area_); |