Add support for explicit WindowSize on SetupWizards
This commit is contained in:
parent
a977c181f2
commit
3f2455c9fa
3 changed files with 17 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue