diff --git a/Telegram/SourceFiles/calls/calls.style b/Telegram/SourceFiles/calls/calls.style index eb5f05c5a..585153f94 100644 --- a/Telegram/SourceFiles/calls/calls.style +++ b/Telegram/SourceFiles/calls/calls.style @@ -491,8 +491,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 04616fcd7..430d3ffd6 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;