Making the public property editor able to work with object rather than only IObject3D

This commit is contained in:
Lars Brubaker 2023-03-23 14:04:47 -07:00
parent 6163482a58
commit dfefb936ef
10 changed files with 106 additions and 80 deletions

View file

@ -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, 400, 200))
WindowWidget = new WindowWidget(theme, new RectangleDouble(10, 10, 650, 600))
{
BackgroundColor = theme.BackgroundColor.WithAlpha(200),
};