mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 22:22:54 +02:00
Update interface/resources/qml/controlsUit/PermissionPopup.qml
Co-Authored-By: Zach Fox <fox@highfidelity.com>
This commit is contained in:
parent
cf23b7a303
commit
b419be97be
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ Rectangle {
|
||||||
text: "This website is attempting to " + root.permissionLanguage[root.currentRequestedPermission] + "."
|
text: "This website is attempting to " + root.permissionLanguage[root.currentRequestedPermission] + "."
|
||||||
|
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.Wrap
|
||||||
size: 20
|
size: 20
|
||||||
color: hifi.colors.black
|
color: hifi.colors.black
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue