2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Added padding to info layer sections with pinned to bottom content.

This commit is contained in:
23rd
2022-05-21 02:30:30 +03:00
parent 10ff236cd2
commit ef3e139b85
4 changed files with 24 additions and 13 deletions

View File

@@ -799,6 +799,10 @@ QPixmap WrapWidget::grabForShowAnimation(
return result;
}
bool WrapWidget::hasCustomBottomBar() const {
return _content->scrollBottomSkip() > 0;
}
void WrapWidget::showAnimatedHook(
const Window::SectionSlideParams &params) {
//if (params.withTabs && _topTabs) {