diff -r 35f01a0d460a -r aa257fdcd093 main.qml --- a/main.qml Thu May 29 15:47:51 2014 +0200 +++ b/main.qml Thu May 29 17:25:06 2014 +0200 @@ -14,6 +14,8 @@ visible: true width: 640 height: 480 + minimumWidth: 400 + minimumHeight: 400 title: qsTr("MiniDisplay Manager") SystemPalette { id: palette } //Component.onCompleted: progressBar.visible=tabViewMain.getTab(tabViewMain.currentIndex).status !== Loader.Ready