Add a minimum size to the window

This commit is contained in:
Michael Zanetti 2019-01-10 16:45:46 +01:00
parent cea41bdbcc
commit fb48535c3a

View File

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