diff options
| author | xiphon <xiphon@protonmail.com> | 2018-12-17 09:10:11 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2018-12-17 09:10:11 +0000 |
| commit | 515bb16418564ff3990b489d37c115a5f82f3e72 (patch) | |
| tree | 6ca648abb0f3ad3c91da617442fb325223f8c3ff /pages/TxKey.qml | |
| parent | 59fc48bd8be5e7227ea3d7b571e9e04829e3636d (diff) | |
| download | monzero-gui-515bb16418564ff3990b489d37c115a5f82f3e72.tar.gz monzero-gui-515bb16418564ff3990b489d37c115a5f82f3e72.tar.xz monzero-gui-515bb16418564ff3990b489d37c115a5f82f3e72.zip | |
fix various QML warnings
Diffstat (limited to 'pages/TxKey.qml')
| -rw-r--r-- | pages/TxKey.qml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/pages/TxKey.qml b/pages/TxKey.qml index 52d4ad74..22174f3e 100644 --- a/pages/TxKey.qml +++ b/pages/TxKey.qml @@ -55,9 +55,6 @@ Rectangle { // solo ColumnLayout { id: soloBox - anchors.left: parent.left - anchors.right: parent.right - anchors.top: parent.top spacing: 20 * scaleRatio Label { @@ -114,8 +111,7 @@ Rectangle { } StandardButton { - anchors.left: parent.left - anchors.topMargin: 17 * scaleRatio + Layout.topMargin: 17 * scaleRatio width: 60 * scaleRatio small: true text: qsTr("Generate") + translationManager.emptyString @@ -204,8 +200,7 @@ Rectangle { } StandardButton { - anchors.left: parent.left - anchors.topMargin: 17 * scaleRatio + Layout.topMargin: 17 * scaleRatio width: 60 small: true text: qsTr("Check") + translationManager.emptyString |
