From 310679c680251f4ffcd96eb88ef21a0259fbe29d Mon Sep 17 00:00:00 2001 From: xiphon Date: Mon, 7 Jan 2019 15:59:14 +0000 Subject: QML: fix various warnings --- components/InputDialog.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'components/InputDialog.qml') diff --git a/components/InputDialog.qml b/components/InputDialog.qml index ac56a56b..65d249e3 100644 --- a/components/InputDialog.qml +++ b/components/InputDialog.qml @@ -79,7 +79,6 @@ Item { Label { id: label - anchors.left: parent.left Layout.fillWidth: true font.pixelSize: 16 * scaleRatio @@ -93,7 +92,6 @@ Item { focus: true Layout.topMargin: 6 Layout.fillWidth: true - anchors.left: parent.left horizontalAlignment: TextInput.AlignLeft verticalAlignment: TextInput.AlignVCenter font.family: MoneroComponents.Style.fontLight.name -- cgit v1.2.3