Going to work on the new ui stuff in a separate fork.

This commit is contained in:
larsbrubaker 2014-12-14 12:53:19 -08:00
parent 1e4cb18312
commit bbb5349486

View file

@ -70,8 +70,10 @@ namespace MatterHackers.MatterControl.ConfigurationPage
//mainContainer.AddChild(GetDisplayControl());
//mainContainer.AddChild(new HorizontalLine(separatorLineColor));
#if __ANDROID__
mainContainer.AddChild(GetModeControl());
mainContainer.AddChild(new HorizontalLine(separatorLineColor));
#endif
mainContainer.AddChild(GetThemeControl());