aboutsummaryrefslogtreecommitdiff
path: root/components/PasswordDialog.qml
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-10-03 00:16:27 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-10-10 00:15:17 +0300
commit6a5095194054b5023e8fb02e5399fd0f0b10512d (patch)
treedff7e85200925a1df31250a49c6c17e1d135b989 /components/PasswordDialog.qml
parent819be91cb699705f610319735c3cfca7ed3650b5 (diff)
downloadmonzero-gui-6a5095194054b5023e8fb02e5399fd0f0b10512d.tar.gz
monzero-gui-6a5095194054b5023e8fb02e5399fd0f0b10512d.tar.xz
monzero-gui-6a5095194054b5023e8fb02e5399fd0f0b10512d.zip
Removed hardcoded height from PasswordDialog
Diffstat (limited to 'components/PasswordDialog.qml')
-rw-r--r--components/PasswordDialog.qml1
1 files changed, 0 insertions, 1 deletions
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 {