Some translations text

pop out window boarder
This commit is contained in:
Lars Brubaker 2015-01-12 14:47:07 -08:00
parent 74a7e755e4
commit 445a359366
3 changed files with 40 additions and 3 deletions

View file

@ -97,6 +97,7 @@ namespace MatterHackers.MatterControl
}
PopedOutSystemWindow = new SystemWindow(width, height);
PopedOutSystemWindow.Padding = new BorderDouble(3);
PopedOutSystemWindow.Title = windowTitle;
PopedOutSystemWindow.AlwaysOnTopOfMain = true;
PopedOutSystemWindow.BackgroundColor = ActiveTheme.Instance.PrimaryBackgroundColor;