fix(@desktop): Set minimum window size to 680px.
Solves 'Receive' pop-up doesn't look good in the minimized window fixes #6320
This commit is contained in:
parent
7e243da180
commit
5181ed4a87
|
@ -26,7 +26,7 @@ StatusWindow {
|
||||||
id: applicationWindow
|
id: applicationWindow
|
||||||
objectName: "mainWindow"
|
objectName: "mainWindow"
|
||||||
minimumWidth: 900
|
minimumWidth: 900
|
||||||
minimumHeight: 600
|
minimumHeight: 680
|
||||||
color: Style.current.background
|
color: Style.current.background
|
||||||
title: {
|
title: {
|
||||||
// Set application settings
|
// Set application settings
|
||||||
|
|
Loading…
Reference in New Issue