mirror of
https://github.com/muesli/telephant
synced 2024-11-22 11:23:05 +00:00
Set preferred width and height for window
This commit is contained in:
parent
77f1f787ea
commit
d8ac5c1b94
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ ApplicationWindow {
|
|||
|
||||
minimumWidth: 364
|
||||
minimumHeight: 590
|
||||
width: minimumWidth * 2
|
||||
height: minimumWidth * 1.5
|
||||
|
||||
Component.onCompleted: {
|
||||
if (settings.firstRun) {
|
||||
|
|
Loading…
Reference in a new issue