diff -r a6c5ce147530 -r 00b56ec8b7df qmlfrontend/Page1Form.ui.qml --- a/qmlfrontend/Page1Form.ui.qml Mon Nov 26 14:31:36 2018 +0100 +++ b/qmlfrontend/Page1Form.ui.qml Mon Nov 26 14:48:38 2018 +0100 @@ -40,8 +40,8 @@ border.width: 5 radius: 5 + Layout.minimumHeight: 256 Layout.fillWidth: true - Layout.fillHeight: true gradient: Gradient { GradientStop { @@ -72,12 +72,12 @@ cache: false } } - } - GameView { - id: gameView - x: 8 - y: 154 - width: 1008 - height: 638 + + GameView { + id: gameView + + Layout.fillWidth: true + Layout.fillHeight: true + } } }