mirror of https://github.com/procxx/kepka.git
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…
Reference in New Issue