2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45: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

@@ -2235,6 +2235,7 @@ namespace {
::cornersMaskSmall[i] = new QImage(mask[i].convertToFormat(QImage::Format_ARGB32_Premultiplied));
::cornersMaskSmall[i]->setDevicePixelRatio(cRetinaFactor());
}
prepareCorners(MenuCorners, st::buttonRadius, st::menuBg);
prepareCorners(BotKbOverCorners, st::dateRadius, st::msgBotKbOverBg);
prepareCorners(StickerCorners, st::dateRadius, st::msgServiceBg);
prepareCorners(StickerSelectedCorners, st::dateRadius, st::msgServiceSelectBg);