adding svg logos

This commit is contained in:
Lars Brubaker 2023-04-05 17:37:18 -07:00
parent 7795457e73
commit a165f08d8a
6 changed files with 30 additions and 2 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, 700, 750))
WindowWidget = new WindowWidget(theme, new RectangleDouble(10, 10, 800, 750))
{
BackgroundColor = theme.BackgroundColor.WithAlpha(200),
};