diff --git a/interface/resources/qml/controlsUit/PermissionPopup.qml b/interface/resources/qml/controlsUit/PermissionPopup.qml index 58c0de9b43..069388d924 100644 --- a/interface/resources/qml/controlsUit/PermissionPopup.qml +++ b/interface/resources/qml/controlsUit/PermissionPopup.qml @@ -26,7 +26,7 @@ Rectangle { ColumnLayout { anchors.fill: parent Rectangle { - height: 75 + Layout.preferredHeight: 75 Layout.preferredWidth: parent.width HifiStyles.RalewayBold { @@ -87,4 +87,4 @@ Rectangle { } } -} \ No newline at end of file +}