Merge PR #128: Add a minimum size to the window

pull/137/head
Jenkins 2019-01-29 12:55:43 +01:00
commit 7775fb26bb
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ ApplicationWindow {
visible: true
width: 360
height: 580
minimumWidth: 360
minimumHeight: 480
visibility: ApplicationWindow.AutomaticVisibility
font: Qt.application.font