Initial screensaver prototype

- Consolidate title casing mechanism into PrintItemWrapper.GetFriendlyName
This commit is contained in:
John Lewin 2017-01-18 17:02:58 -08:00
parent 8c465e781f
commit 16c2230018
7 changed files with 643 additions and 22 deletions

View file

@ -186,8 +186,6 @@ namespace MatterHackers.MatterControl.PrintLibrary
WidgetTextColor = RGBA_Bytes.Black;
WidgetBackgroundColor = RGBA_Bytes.White;
TextInfo textInfo = new CultureInfo("en-US", false).TextInfo;
SetDisplayAttributes();
FlowLayoutWidget mainContainer = new FlowLayoutWidget(FlowDirection.LeftToRight);