Skip to content

Commit

Permalink
Change to take advantage of automatic window sizing of Wizards
Browse files Browse the repository at this point in the history
  • Loading branch information
malcom2073 committed Jan 8, 2014
1 parent 04f0075 commit 114bbb5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/wizards/DecoderOffset.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import QtQuick 1.1

Item {
width: 500
height: 400
Rectangle {
x:0
y:0
Expand Down
2 changes: 2 additions & 0 deletions core/wizards/EngineConfig.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import QtQuick 1.1

Item {
width: 600
height: 400
Rectangle {
x:0
y:0
Expand Down
2 changes: 2 additions & 0 deletions core/wizards/wizard.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import QtQuick 1.1

Item {
width: 400
height: 300
Rectangle {
x:0
y:0
Expand Down

0 comments on commit 114bbb5

Please sign in to comment.