mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Added alignment of dialogs up button with connecting button.
This commit is contained in:
parent
be89a0bf7e
commit
4ad293e2ae
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ void DialogsWidget::updateScrollUpPosition() {
|
|||
// _scrollToTop is a child widget of _scroll, not me.
|
||||
auto top = anim::interpolate(
|
||||
0,
|
||||
_scrollToTop->height() + st::historyToDownPosition.y(),
|
||||
_scrollToTop->height() + st::connectingMargin.top(),
|
||||
_scrollToTopShown.value(_scrollToTopIsShown ? 1. : 0.));
|
||||
_scrollToTop->moveToRight(
|
||||
st::historyToDownPosition.x(),
|
||||
|
|
Loading…
Add table
Reference in a new issue