changeset 14303 | 00b56ec8b7df |
parent 14299 | 21be7838a127 |
child 14920 | a3ad06ac390e |
--- 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 + } } }