Making the keyboard height always work.
This commit is contained in:
parent
26d67059af
commit
4b3ef48203
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue