mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Align timeline widgets to the bottom
This commit is contained in:
parent
59a42183bc
commit
bfdbd49e3e
1 changed files with 1 additions and 0 deletions
|
@ -517,6 +517,7 @@ TimelineView::init()
|
||||||
scroll_layout_->setObjectName("timelinescrollarea");
|
scroll_layout_->setObjectName("timelinescrollarea");
|
||||||
|
|
||||||
scroll_area_->setWidget(scroll_widget_);
|
scroll_area_->setWidget(scroll_widget_);
|
||||||
|
scroll_area_->setAlignment(Qt::AlignBottom);
|
||||||
|
|
||||||
top_layout_->addWidget(scroll_area_);
|
top_layout_->addWidget(scroll_area_);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue