[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 6fec1aa402
commit a56302d04a
2 changed files with 4 additions and 4 deletions

View file

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

View file

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