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:
@@ -799,6 +799,10 @@ QPixmap WrapWidget::grabForShowAnimation(
|
||||
return result;
|
||||
}
|
||||
|
||||
bool WrapWidget::hasCustomBottomBar() const {
|
||||
return _content->scrollBottomSkip() > 0;
|
||||
}
|
||||
|
||||
void WrapWidget::showAnimatedHook(
|
||||
const Window::SectionSlideParams ¶ms) {
|
||||
//if (params.withTabs && _topTabs) {
|
||||
|
Reference in New Issue
Block a user