adding svg logos
This commit is contained in:
parent
7795457e73
commit
a165f08d8a
6 changed files with 30 additions and 2 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, 700, 750))
|
||||
WindowWidget = new WindowWidget(theme, new RectangleDouble(10, 10, 800, 750))
|
||||
{
|
||||
BackgroundColor = theme.BackgroundColor.WithAlpha(200),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue