From 6a5095194054b5023e8fb02e5399fd0f0b10512d Mon Sep 17 00:00:00 2001 From: Ilya Kitaev Date: Mon, 3 Oct 2016 00:16:27 +0300 Subject: [PATCH] Removed hardcoded height from PasswordDialog --- components/PasswordDialog.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/components/PasswordDialog.qml b/components/PasswordDialog.qml index a8ff294a..9edf87fc 100644 --- a/components/PasswordDialog.qml +++ b/components/PasswordDialog.qml @@ -40,7 +40,6 @@ Dialog { standardButtons: StandardButton.Ok + StandardButton.Cancel ColumnLayout { id: column - height: 40 anchors.fill: parent Label {