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
|
||||
objectName: "mainWindow"
|
||||
minimumWidth: 900
|
||||
minimumHeight: 600
|
||||
minimumHeight: 680
|
||||
color: Style.current.background
|
||||
title: {
|
||||
// Set application settings
|
||||
|
|
Loading…
Reference in New Issue