2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Rich dropdown animations.

This commit is contained in:
John Preston
2016-11-09 16:40:51 +03:00
parent 45ce0ecb1f
commit 3366e05b77
39 changed files with 1234 additions and 160 deletions

View File

@@ -105,7 +105,7 @@ void TopBarWidget::showMenu() {
_menu.destroyDelayed();
});
_menu->moveToRight(0, 0);
_menu->showAnimated();
_menu->showAnimated(Ui::PanelAnimation::Origin::TopRight);
}
}
}