From 702e2bf7e8f741f2f38f3574fdd57079b60f0b1b Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Tue, 5 May 2020 22:43:50 +0300 Subject: [PATCH] Revert decreasing sticker size --- 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 fb1963ffd..e376be591 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: 228px; +maxStickerSize: 256px; maxGifSize: 320px; maxVideoMessageSize: 240px; maxSignatureSize: 144px;