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

Added support of service actions for premium gifts.

This commit is contained in:
23rd
2022-07-13 20:12:40 +03:00
committed by John Preston
parent ef72c9f7ee
commit e84f5aaa3d
14 changed files with 637 additions and 5 deletions

View File

@@ -1077,3 +1077,13 @@ searchInChatPeerListItem: PeerListItem(defaultPeerListItem) {
searchInChatPeerList: PeerList(defaultPeerList) {
item: searchInChatPeerListItem;
}
msgServiceGiftBoxSize: size(206px, 231px); // Plus msgServiceGiftBoxTopSkip.
msgServiceGiftBoxRadius: 12px;
msgServiceGiftBoxTopSkip: 4px;
msgServiceGiftBoxButtonHeight: 32px;
msgServiceGiftBoxButtonMargins: margins(2px, 0px, 2px, 0px);
msgServiceGiftBoxButtonPadding: margins(0px, 17px, 0px, 17px);
msgServiceGiftBoxTitlePadding: margins(0px, 126px, 0px, 2px);
msgServiceGiftBoxStickerTop: -30px;
msgServiceGiftBoxStickerSize: size(150px, 150px);