From 114bbb57a900fe7533bdc7de2f7401921ae13fe1 Mon Sep 17 00:00:00 2001 From: Michael Carpenter Date: Tue, 7 Jan 2014 19:22:52 -0500 Subject: [PATCH] Change to take advantage of automatic window sizing of Wizards --- core/wizards/DecoderOffset.qml | 2 ++ core/wizards/EngineConfig.qml | 2 ++ core/wizards/wizard.qml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/core/wizards/DecoderOffset.qml b/core/wizards/DecoderOffset.qml index de6ed1e..8e46ac7 100644 --- a/core/wizards/DecoderOffset.qml +++ b/core/wizards/DecoderOffset.qml @@ -2,6 +2,8 @@ import QtQuick 1.1 Item { + width: 500 + height: 400 Rectangle { x:0 y:0 diff --git a/core/wizards/EngineConfig.qml b/core/wizards/EngineConfig.qml index 1ef1ec4..ac4de85 100644 --- a/core/wizards/EngineConfig.qml +++ b/core/wizards/EngineConfig.qml @@ -2,6 +2,8 @@ import QtQuick 1.1 Item { + width: 600 + height: 400 Rectangle { x:0 y:0 diff --git a/core/wizards/wizard.qml b/core/wizards/wizard.qml index d7c2c97..6842d29 100644 --- a/core/wizards/wizard.qml +++ b/core/wizards/wizard.qml @@ -2,6 +2,8 @@ import QtQuick 1.1 Item { + width: 400 + height: 300 Rectangle { x:0 y:0