mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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.
|
// _scrollToTop is a child widget of _scroll, not me.
|
||||||
auto top = anim::interpolate(
|
auto top = anim::interpolate(
|
||||||
0,
|
0,
|
||||||
_scrollToTop->height() + st::historyToDownPosition.y(),
|
_scrollToTop->height() + st::connectingMargin.top(),
|
||||||
_scrollToTopShown.value(_scrollToTopIsShown ? 1. : 0.));
|
_scrollToTopShown.value(_scrollToTopIsShown ? 1. : 0.));
|
||||||
_scrollToTop->moveToRight(
|
_scrollToTop->moveToRight(
|
||||||
st::historyToDownPosition.x(),
|
st::historyToDownPosition.x(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue