From b42a73aebc2f47362776dbdb245f3441067ca7f4 Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Mon, 27 Dec 2021 01:40:29 +0300 Subject: [PATCH] Lowered minimum window sizes --- Telegram/SourceFiles/calls/calls.style | 4 ++-- Telegram/SourceFiles/window/window.style | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Telegram/SourceFiles/calls/calls.style b/Telegram/SourceFiles/calls/calls.style index 23861daa7..ea8b57122 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; groupCallRipple: RippleAnimation(defaultRippleAnimation) { color: groupCallMembersBgRipple; diff --git a/Telegram/SourceFiles/window/window.style b/Telegram/SourceFiles/window/window.style index 562f9a881..89606f6ec 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;