diff options
| author | xiphon <xiphon@protonmail.com> | 2019-01-07 15:59:14 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2019-01-10 04:57:57 +0300 |
| commit | 310679c680251f4ffcd96eb88ef21a0259fbe29d (patch) | |
| tree | df25a9c9191e78614cbf4cdbb47378463bc9a790 /components/InputDialog.qml | |
| parent | 36eb1f80e1c070f753746519e2c9e4f01784f6c2 (diff) | |
| download | monzero-gui-310679c680251f4ffcd96eb88ef21a0259fbe29d.tar.gz monzero-gui-310679c680251f4ffcd96eb88ef21a0259fbe29d.tar.xz monzero-gui-310679c680251f4ffcd96eb88ef21a0259fbe29d.zip | |
QML: fix various warnings
Diffstat (limited to 'components/InputDialog.qml')
| -rw-r--r-- | components/InputDialog.qml | 2 |
1 files changed, 0 insertions, 2 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 |
