diff --git a/MatterControlLib/DesignTools/Interfaces/Object3DUiWindowManager.cs b/MatterControlLib/DesignTools/Interfaces/Object3DUiWindowManager.cs index 737fb111d..bfc88939c 100644 --- a/MatterControlLib/DesignTools/Interfaces/Object3DUiWindowManager.cs +++ b/MatterControlLib/DesignTools/Interfaces/Object3DUiWindowManager.cs @@ -59,7 +59,7 @@ namespace MatterHackers.MatterControl.DesignTools this.controlLayer = controlLayer; this.item = item; var theme = ApplicationController.Instance.Theme; - WindowWidget = new WindowWidget(theme, new RectangleDouble(10, 10, 650, 600)) + WindowWidget = new WindowWidget(theme, new RectangleDouble(10, 10, 700, 650)) { BackgroundColor = theme.BackgroundColor.WithAlpha(200), };