From 862093e1dd1bfbd3be7826f02a75300962ae7324 Mon Sep 17 00:00:00 2001 From: John Preston Date: Sat, 18 Jan 2020 14:21:47 +0300 Subject: [PATCH] Revert min width 360px back to 380px. Many visual glitches appeared, for example one in theme previews. --- Telegram/SourceFiles/window/window.style | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/SourceFiles/window/window.style b/Telegram/SourceFiles/window/window.style index b916617e9..bc12c5843 100644 --- a/Telegram/SourceFiles/window/window.style +++ b/Telegram/SourceFiles/window/window.style @@ -10,14 +10,14 @@ using "ui/widgets/widgets.style"; using "history/history.style"; using "boxes/boxes.style"; // UserpicButton -windowMinWidth: 360px; +windowMinWidth: 380px; windowMinHeight: 480px; windowDefaultWidth: 800px; windowDefaultHeight: 600px; columnMinimalWidthLeft: 260px; columnMaximalWidthLeft: 540px; -columnMinimalWidthMain: 360px; +columnMinimalWidthMain: 380px; columnDesiredWidthMain: 512px; columnMinimalWidthThird: 292px; columnMaximalWidthThird: 392px;