diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-01-21 14:51:43 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-01-21 14:51:43 -0600 |
| commit | 8a4596ee47633ce0f8ef2f8a34357e764737a4a6 (patch) | |
| tree | 116c5279f2f13bfc498e1ef98f9f3464a9dcbc5c /components | |
| parent | 6404bf9bb3f3bff0876e7abacb152ee2f5ac7a57 (diff) | |
| parent | 310679c680251f4ffcd96eb88ef21a0259fbe29d (diff) | |
| download | monzero-gui-8a4596ee47633ce0f8ef2f8a34357e764737a4a6.tar.gz monzero-gui-8a4596ee47633ce0f8ef2f8a34357e764737a4a6.tar.xz monzero-gui-8a4596ee47633ce0f8ef2f8a34357e764737a4a6.zip | |
Merge pull request #1884
310679c QML: fix various warnings (xiphon)
Diffstat (limited to 'components')
| -rw-r--r-- | components/InputDialog.qml | 2 | ||||
| -rw-r--r-- | components/NewPasswordDialog.qml | 4 |
2 files changed, 0 insertions, 6 deletions
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 diff --git a/components/NewPasswordDialog.qml b/components/NewPasswordDialog.qml index f974965d..ad2e77ec 100644 --- a/components/NewPasswordDialog.qml +++ b/components/NewPasswordDialog.qml @@ -96,7 +96,6 @@ Item { Label { text: qsTr("Please enter new password") - anchors.left: parent.left Layout.fillWidth: true font.pixelSize: 16 * scaleRatio @@ -109,7 +108,6 @@ Item { id : passwordInput1 Layout.topMargin: 6 Layout.fillWidth: true - anchors.left: parent.left horizontalAlignment: TextInput.AlignLeft verticalAlignment: TextInput.AlignVCenter font.family: MoneroComponents.Style.fontLight.name @@ -154,7 +152,6 @@ Item { Label { text: qsTr("Please confirm new password") - anchors.left: parent.left Layout.fillWidth: true font.pixelSize: 16 * scaleRatio @@ -167,7 +164,6 @@ Item { id : passwordInput2 Layout.topMargin: 6 Layout.fillWidth: true - anchors.left: parent.left horizontalAlignment: TextInput.AlignLeft verticalAlignment: TextInput.AlignVCenter font.family: MoneroComponents.Style.fontLight.name |
