From e30135a89d9c2f40cf132328c4abe21caffbf40a Mon Sep 17 00:00:00 2001 From: David Rowe Date: Tue, 23 Feb 2016 20:05:45 +1300 Subject: [PATCH] Increase height of dialog to avoid scrollbars --- interface/resources/qml/hifi/dialogs/RunningScripts.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/dialogs/RunningScripts.qml b/interface/resources/qml/hifi/dialogs/RunningScripts.qml index 55b8946805..8ca410d90e 100644 --- a/interface/resources/qml/hifi/dialogs/RunningScripts.qml +++ b/interface/resources/qml/hifi/dialogs/RunningScripts.qml @@ -24,7 +24,7 @@ Window { resizable: true destroyOnInvisible: true x: 40; y: 40 - implicitWidth: 384; implicitHeight: 640 + implicitWidth: 384; implicitHeight: 650 minSize: Qt.vector2d(200, 300) HifiConstants { id: hifi }