From abac757df18a3ae9d7d6fee77af75fe24eb0fc54 Mon Sep 17 00:00:00 2001 From: kelteseth Date: Sun, 23 Apr 2017 11:31:05 +0200 Subject: [PATCH] Add minimum height and width --- qml/main.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qml/main.qml b/qml/main.qml index 4e644efe..0c3f7984 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -10,7 +10,8 @@ Window { color: "#eeeeee" visible: true width: 1380 - height: 768 + minimumHeight: 768 + minimumWidth: 1050 Loader { id: pageLoader