diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-09-04 17:16:24 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-09-04 17:16:24 +0200 |
| commit | 6d09555cd42de09d3c8049865af34c0b358335f3 (patch) | |
| tree | 218b854755f4bcbf20da0ed9e0c31751248c7745 | |
| parent | 4d9d10013b023618545248cea04a37b9f6628e28 (diff) | |
| parent | 3d0a571cc7a722691ca75e8a484e18fb7101f514 (diff) | |
| download | monzero-gui-6d09555cd42de09d3c8049865af34c0b358335f3.tar.gz monzero-gui-6d09555cd42de09d3c8049865af34c0b358335f3.tar.xz monzero-gui-6d09555cd42de09d3c8049865af34c0b358335f3.zip | |
Merge pull request #845
3d0a571 Fix verifySignatureLine positioning (MaxXor)
| -rw-r--r-- | pages/Sign.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pages/Sign.qml b/pages/Sign.qml index 8a452cea..b8900e7f 100644 --- a/pages/Sign.qml +++ b/pages/Sign.qml @@ -443,7 +443,6 @@ Rectangle { id: verifySignatureLabel fontSize: 14 text: qsTr("Signature") + translationManager.emptyString - Layout.fillWidth: true } LineEdit { @@ -451,7 +450,6 @@ Rectangle { fontSize: mainLayout.lineEditFontSize placeholderText: qsTr("Signature") + translationManager.emptyString; Layout.fillWidth: true - Layout.alignment: Qt.AlignLeft IconButton { imageSource: "../images/copyToClipboard.png" |
