Add support for explicit WindowSize on SetupWizards

This commit is contained in:
jlewin 2019-03-06 18:03:38 -08:00
parent a977c181f2
commit 3f2455c9fa
3 changed files with 17 additions and 5 deletions

View file

@ -28,6 +28,7 @@ either expressed or implied, of the FreeBSD Project.
*/
using System.Collections.Generic;
using MatterHackers.VectorMath;
namespace MatterHackers.MatterControl
{
@ -47,6 +48,8 @@ namespace MatterHackers.MatterControl
public WizardPage CurrentPage => pages.Current;
public Vector2 WindowSize { get; protected set; }
public WizardPage GetNextPage()
{
// Shutdown active page