From 0b5ac9828282d87239219ead317114e2267b57f8 Mon Sep 17 00:00:00 2001 From: Julian Sparber Date: Mon, 16 Dec 2019 11:20:43 +0100 Subject: [PATCH] Make min width 360 --- 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 bc12c5843..b916617e9 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: 380px; +windowMinWidth: 360px; windowMinHeight: 480px; windowDefaultWidth: 800px; windowDefaultHeight: 600px; columnMinimalWidthLeft: 260px; columnMaximalWidthLeft: 540px; -columnMinimalWidthMain: 380px; +columnMinimalWidthMain: 360px; columnDesiredWidthMain: 512px; columnMinimalWidthThird: 292px; columnMaximalWidthThird: 392px;