Merge PR #128: Add a minimum size to the window
commit
7775fb26bb
|
|
@ -11,6 +11,8 @@ ApplicationWindow {
|
|||
visible: true
|
||||
width: 360
|
||||
height: 580
|
||||
minimumWidth: 360
|
||||
minimumHeight: 480
|
||||
visibility: ApplicationWindow.AutomaticVisibility
|
||||
font: Qt.application.font
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue