From 0e16b3fe69a02225f43fa8220a0872173e3ed043 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 5 May 2020 16:19:10 +0400 Subject: [PATCH] Decrease sticker size 256px -> 228px. --- Telegram/SourceFiles/history/history.style | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/history/history.style b/Telegram/SourceFiles/history/history.style index df2c08177..6cb70c8bc 100644 --- a/Telegram/SourceFiles/history/history.style +++ b/Telegram/SourceFiles/history/history.style @@ -12,7 +12,7 @@ using "ui/widgets/widgets.style"; minPhotoSize: 100px; minVideoSize: 160px; maxMediaSize: 430px; -maxStickerSize: 256px; +maxStickerSize: 228px; maxGifSize: 320px; maxVideoMessageSize: 240px; maxSignatureSize: 144px;