summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/control/wizardmachine.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/wizardmachine.cxx b/vcl/source/control/wizardmachine.cxx
index 6a119d85118b..c9e323620332 100644
--- a/vcl/source/control/wizardmachine.cxx
+++ b/vcl/source/control/wizardmachine.cxx
@@ -420,8 +420,8 @@ namespace vcl
}
}
ImplCalcSize( aDlgSize );
- SetOutputSizePixel( aDlgSize );
SetMinOutputSizePixel( aDlgSize );
+ SetOutputSizePixel( aDlgSize );
}
void RoadmapWizard::StateChanged( StateChangedType nType )