Removed unused keys from chat_helpers.style.

This commit is contained in:
23rd 2023-01-31 17:31:43 +03:00 committed by John Preston
parent 84d699397c
commit 9476e7636b

View File

@ -124,7 +124,6 @@ stickersFeaturedBadgeTextTop: -1px;
stickersFeaturedBadgePadding: 4px; stickersFeaturedBadgePadding: 4px;
stickersFeaturedBadgeSkip: 4px; stickersFeaturedBadgeSkip: 4px;
stickersFeaturedBadgeTop: 9px; stickersFeaturedBadgeTop: 9px;
stickersFeaturedPen: lightButtonFg;
stickersFeaturedUnreadBg: msgFileInBg; stickersFeaturedUnreadBg: msgFileInBg;
stickersFeaturedUnreadSize: 5px; stickersFeaturedUnreadSize: 5px;
stickersFeaturedUnreadSkip: 5px; stickersFeaturedUnreadSkip: 5px;
@ -141,8 +140,6 @@ stickersScroll: ScrollArea(boxScroll) {
deltat: 19px; deltat: 19px;
deltab: 9px; deltab: 9px;
} }
stickersReorderPadding: margins(0px, 12px, 0px, 12px);
stickersReorderFg: windowSubTextFg;
stickersRowDisabledOpacity: 0.4; stickersRowDisabledOpacity: 0.4;
stickersRowDuration: 200; stickersRowDuration: 200;
@ -152,12 +149,8 @@ stickersTrendingUnread: icon {
{ "emoji/stickers_add_unread", emojiIconFg }, { "emoji/stickers_add_unread", emojiIconFg },
{ "emoji/stickers_add_dot", dialogsUnreadBg } { "emoji/stickers_add_dot", dialogsUnreadBg }
}; };
stickersRecent: icon {{ "emoji/emoji_recent", emojiIconFg }};
emojiStatusDefault: icon {{ "emoji/stickers_premium", emojiIconFg }}; emojiStatusDefault: icon {{ "emoji/stickers_premium", emojiIconFg }};
stickersSettingsUnreadSize: 6px;
stickersSettingsUnreadPosition: point(6px, 10px);
filtersRemove: IconButton(stickersRemove) { filtersRemove: IconButton(stickersRemove) {
ripple: defaultRippleAnimation; ripple: defaultRippleAnimation;
} }
@ -191,7 +184,6 @@ emojiPanAnimation: PanelAnimation(defaultPanelAnimation) {
fadeBg: emojiPanBg; fadeBg: emojiPanBg;
shadow: boxRoundShadow; shadow: boxRoundShadow;
} }
emojiPanPadding: 12px;
emojiPanWidth: 345px; emojiPanWidth: 345px;
emojiPanMinHeight: 278px; emojiPanMinHeight: 278px;
emojiPanMaxHeight: 640px; emojiPanMaxHeight: 640px;
@ -201,8 +193,6 @@ emojiPanDuration: 200;
emojiPanHover: windowBgOver; emojiPanHover: windowBgOver;
emojiPanSlideDuration: 200; emojiPanSlideDuration: 200;
emojiPanArea: size(34px, 32px); emojiPanArea: size(34px, 32px);
emojiPanLeft: 13px;
emojiPanRight: 17px;
emojiPanRadius: 8px; emojiPanRadius: 8px;
defaultTabbedSearch: TabbedSearch { defaultTabbedSearch: TabbedSearch {