mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-16 09:54:11 +02:00
fixing text height/toolbar coming back
This commit is contained in:
parent
c53febceac
commit
1258676d56
2 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue