Making the public property editor able to work with object rather than only IObject3D
This commit is contained in:
parent
6163482a58
commit
dfefb936ef
10 changed files with 106 additions and 80 deletions
|
|
@ -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),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue