fixing text height/toolbar coming back

This commit is contained in:
Wayne Chen 2018-11-26 21:01:34 -08:00
parent c53febceac
commit 1258676d56
2 changed files with 6 additions and 3 deletions

View file

@ -381,8 +381,8 @@ Item {
anchors {
left: emailField.left
top: cantAccessContainer.bottom
topMargin: 7 * hifi.dimensions.contentSpacing.y + d.minHeightButton
bottom: parent.bottom
bottomMargin: 0.25 * parent.height
}
TextMetrics {
id: signUpTextMetrics

View file

@ -5337,7 +5337,10 @@ void Application::resumeAfterLoginDialogActionTaken() {
return;
}
updateSystemTabletMode();
if (!isHMDMode()) {
auto toolbar = DependencyManager::get<ToolbarScriptingInterface>()->getToolbar("com.highfidelity.interface.toolbar.system");
toolbar->writeProperty("visible", true);
}
getMyAvatar()->setEnableMeshVisible(true);