Remove extra scaling, special styling, for touchscreen

- Issue MatterHackers/MCCentral#2334
Create folder is not open to right size
This commit is contained in:
John Lewin 2017-12-11 21:09:40 -08:00
parent 19811da81d
commit ebea5a5bdb
9 changed files with 24 additions and 65 deletions

View file

@ -73,14 +73,6 @@ namespace MatterHackers.MatterControl
container.AnchorAll();
GuiWidget.TouchScreenMode = UserSettings.Instance.IsTouchScreen;
if (!UserSettings.Instance.IsTouchScreen)
{
#if false // !__ANDROID__
// The application menu bar, which is suppressed on Android
var menuRow = new ApplicationMenuRow();
container.AddChild(menuRow);
#endif
}
container.AddChild(new HorizontalLine(alpha:50));