diff --git a/Telegram/SourceFiles/window/window.style b/Telegram/SourceFiles/window/window.style index bc12c5843d..b916617e90 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;