2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Improve change emoji set box design.

This commit is contained in:
John Preston
2019-01-02 16:11:13 +04:00
parent 545dbd0791
commit bb8defeb42
21 changed files with 233 additions and 105 deletions

View File

@@ -490,7 +490,7 @@ void SetupStickersEmoji(not_null<Ui::VerticalLayout*> container) {
container,
lng_emoji_manage_sets,
st::settingsChatButton,
&st::settingsIconStickers,
&st::settingsIconEmoji,
st::settingsChatIconLeft
)->addClickHandler([] {
Ui::show(Box<Ui::Emoji::ManageSetsBox>());