From 241f5e1d26ec5aa0161fdcbb8826d25983275c18 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 9 Sep 2019 23:19:00 +0300 Subject: [PATCH] Make theme preview fit in minimal window 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 a5c3fc442..583f7725c 100644 --- a/Telegram/SourceFiles/history/history.style +++ b/Telegram/SourceFiles/history/history.style @@ -18,7 +18,7 @@ maxVideoMessageSize: 240px; maxSignatureSize: 144px; maxWallPaperWidth: 160px; maxWallPaperHeight: 240px; -historyThemeSize: size(309px, 200px); +historyThemeSize: size(272px, 176px); historyMinimalWidth: 380px;