[Improvement] Lower minimum window size restrictions

This commit is contained in:
Eric Kotato 2022-09-11 05:23:52 +03:00 committed by Eric Kotato
parent 5aa0a63f8f
commit 195b864efc
2 changed files with 4 additions and 4 deletions

View file

@ -492,8 +492,8 @@ callErrorToast: Toast(defaultToast) {
minWidth: 240px;
}
groupCallWidth: 380px;
groupCallHeight: 580px;
groupCallWidth: 370px;
groupCallHeight: 340px;
groupCallWidthRtmp: 720px;
groupCallWidthRtmpMin: 240px;
groupCallHeightRtmp: 580px;

View file

@ -10,8 +10,8 @@ using "ui/widgets/widgets.style";
using "chat_helpers/chat_helpers.style";
using "boxes/boxes.style"; // UserpicButton
windowMinWidth: 380px;
windowMinHeight: 480px;
windowMinWidth: 300px;
windowMinHeight: 300px;
windowDefaultWidth: 800px;
windowDefaultHeight: 600px;
windowBigDefaultWidth: 1024px;