mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Allow to resize chats list. One more mode added (narrow chats list).
This commit is contained in:
@@ -59,6 +59,11 @@ void SectionWidget::showAnimated(SlideDirection direction, const SectionSlidePar
|
||||
show();
|
||||
}
|
||||
|
||||
void SectionWidget::showFast() {
|
||||
show();
|
||||
showFinished();
|
||||
}
|
||||
|
||||
void SectionWidget::paintEvent(QPaintEvent *e) {
|
||||
if (Ui::skipPaintEvent(this, e)) return;
|
||||
|
||||
|
Reference in New Issue
Block a user