From 20b709b3827ec785bc1f38608118984eb609111c Mon Sep 17 00:00:00 2001 From: MiladNazeri Date: Thu, 25 Jul 2019 12:44:33 -0700 Subject: [PATCH] Update interface/resources/qml/controlsUit/PermissionPopup.qml Co-Authored-By: Zach Fox --- interface/resources/qml/controlsUit/PermissionPopup.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}