diff --git a/Telegram/SourceFiles/calls/calls.style b/Telegram/SourceFiles/calls/calls.style index 28b5f90a6..f40854f7b 100644 --- a/Telegram/SourceFiles/calls/calls.style +++ b/Telegram/SourceFiles/calls/calls.style @@ -502,8 +502,8 @@ callErrorToast: Toast(defaultToast) { minWidth: 240px; } -groupCallWidth: 380px; -groupCallHeight: 580px; +groupCallWidth: 370px; +groupCallHeight: 340px; groupCallWidthRtmp: 720px; groupCallWidthRtmpMin: 240px; groupCallHeightRtmp: 580px; diff --git a/Telegram/SourceFiles/window/window.style b/Telegram/SourceFiles/window/window.style index f2b52b0f5..ad918b2e1 100644 --- a/Telegram/SourceFiles/window/window.style +++ b/Telegram/SourceFiles/window/window.style @@ -10,8 +10,8 @@ using "ui/widgets/widgets.style"; using "ui/chat/chat.style"; using "boxes/boxes.style"; // UserpicButton -windowMinWidth: 380px; -windowMinHeight: 480px; +windowMinWidth: 300px; +windowMinHeight: 300px; windowDefaultWidth: 800px; windowDefaultHeight: 600px; windowBigDefaultWidth: 1024px;