Fix verifySignatureLine positioning

This commit is contained in:
MaxXor 2017-08-31 14:07:55 +02:00
parent c68c317776
commit 3d0a571cc7

View file

@ -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"