mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:58:51 +02:00
fixing typos
This commit is contained in:
parent
f11c60d9ff
commit
c80f7c5a29
2 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ Item {
|
||||||
id: loginErrorMessage;
|
id: loginErrorMessage;
|
||||||
width: root.bannerWidth
|
width: root.bannerWidth
|
||||||
color: "red";
|
color: "red";
|
||||||
font.family: signUpBody.fontFamily
|
font.family: completeProfileBody.fontFamily
|
||||||
font.pixelSize: 18
|
font.pixelSize: 18
|
||||||
font.bold: completeProfileBody.fontBold
|
font.bold: completeProfileBody.fontBold
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
|
|
|
@ -57,7 +57,7 @@ Item {
|
||||||
hifi.dimensions.contentSpacing.y + buttons.height;
|
hifi.dimensions.contentSpacing.y + buttons.height;
|
||||||
|
|
||||||
parent.width = root.width = Math.max(d.minWidth, Math.min(d.maxWidth, targetWidth))
|
parent.width = root.width = Math.max(d.minWidth, Math.min(d.maxWidth, targetWidth))
|
||||||
parent.height = root.height = Math.max(Math.max(d.minHeight, Math.min(d.maxHeight, targetHeight)), mainContainer.height + hifi.dimensions.contentSpacing.y));
|
parent.height = root.height = Math.max(Math.max(d.minHeight, Math.min(d.maxHeight, targetHeight)), mainContainer.height + hifi.dimensions.contentSpacing.y);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue