fix: allow chat window to snap-resize
This commit is contained in:
parent
1ec28bca01
commit
efddea2bc8
|
@ -22,8 +22,10 @@ ApplicationWindow {
|
||||||
Universal.theme: Universal.System
|
Universal.theme: Universal.System
|
||||||
|
|
||||||
id: applicationWindow
|
id: applicationWindow
|
||||||
minimumWidth: 1232
|
minimumWidth: 800
|
||||||
minimumHeight: 770
|
minimumHeight: 600
|
||||||
|
width: 1232
|
||||||
|
height: 770
|
||||||
color: Style.current.background
|
color: Style.current.background
|
||||||
title: {
|
title: {
|
||||||
// Set application settings
|
// Set application settings
|
||||||
|
|
Loading…
Reference in New Issue