[Improvement] Lower minimum window size restrictions
This commit is contained in:
parent
7dd97679c9
commit
d4e0fbeeb1
2 changed files with 4 additions and 4 deletions
|
|
@ -487,8 +487,8 @@ callErrorToast: Toast(defaultToast) {
|
||||||
minWidth: 240px;
|
minWidth: 240px;
|
||||||
}
|
}
|
||||||
|
|
||||||
groupCallWidth: 380px;
|
groupCallWidth: 370px;
|
||||||
groupCallHeight: 580px;
|
groupCallHeight: 340px;
|
||||||
|
|
||||||
groupCallRipple: RippleAnimation(defaultRippleAnimation) {
|
groupCallRipple: RippleAnimation(defaultRippleAnimation) {
|
||||||
color: groupCallMembersBgRipple;
|
color: groupCallMembersBgRipple;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue