mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 14:17:45 +00:00
Added alignment of dialogs up button with connecting button.
This commit is contained in:
parent
be89a0bf7e
commit
4ad293e2ae
@ -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…
x
Reference in New Issue
Block a user