Update interface/resources/qml/controlsUit/PermissionPopup.qml

Co-Authored-By: Zach Fox <fox@highfidelity.com>
This commit is contained in:
MiladNazeri 2019-07-25 12:44:57 -07:00 committed by milad
parent cf23b7a303
commit b419be97be

View file

@ -48,7 +48,7 @@ Rectangle {
text: "This website is attempting to " + root.permissionLanguage[root.currentRequestedPermission] + "."
anchors.centerIn: parent
wrapMode: Text.WordWrap
wrapMode: Text.Wrap
size: 20
color: hifi.colors.black
}