default a bit bigger
This commit is contained in:
parent
1631864fab
commit
f2322b5fee
1 changed files with 1 additions and 1 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, 650, 600))
|
||||
WindowWidget = new WindowWidget(theme, new RectangleDouble(10, 10, 700, 650))
|
||||
{
|
||||
BackgroundColor = theme.BackgroundColor.WithAlpha(200),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue