diff options
| author | MaxXor <admin@maxxor.org> | 2017-08-31 14:07:55 +0200 |
|---|---|---|
| committer | MaxXor <admin@maxxor.org> | 2017-08-31 14:07:55 +0200 |
| commit | 3d0a571cc7a722691ca75e8a484e18fb7101f514 (patch) | |
| tree | 564fd97bfa7dcd09abeec159e6a9eabca4ddd783 | |
| parent | c68c31777693ae75b59c0d24c44195a97bbf0c1c (diff) | |
| download | monzero-gui-3d0a571cc7a722691ca75e8a484e18fb7101f514.tar.gz monzero-gui-3d0a571cc7a722691ca75e8a484e18fb7101f514.tar.xz monzero-gui-3d0a571cc7a722691ca75e8a484e18fb7101f514.zip | |
Fix verifySignatureLine positioning
| -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" |
