Making the keyboard height always work.

This commit is contained in:
Lars Brubaker 2015-01-26 18:30:03 -08:00
parent 26d67059af
commit 4b3ef48203
2 changed files with 7 additions and 1 deletions

View file

@ -380,7 +380,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
LocalizedString.ResetTranslationMap();
ApplicationController.Instance.MainView = new CompactApplicationView();
app.RemoveAllChildren();
app.AddChild(new SoftKeyboardContentOffset(ApplicationController.Instance.MainView, 280));
app.AddChild(new SoftKeyboardContentOffset(ApplicationController.Instance.MainView, SoftKeyboardContentOffset.AndroidKeyboardOffset));
app.AnchorAll();
#endif
});