mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-22 18:54:37 +00:00
Fix verifySignatureLine positioning
This commit is contained in:
parent
c68c317776
commit
3d0a571cc7
1 changed files with 0 additions and 2 deletions
|
@ -443,7 +443,6 @@ Rectangle {
|
||||||
id: verifySignatureLabel
|
id: verifySignatureLabel
|
||||||
fontSize: 14
|
fontSize: 14
|
||||||
text: qsTr("Signature") + translationManager.emptyString
|
text: qsTr("Signature") + translationManager.emptyString
|
||||||
Layout.fillWidth: true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
LineEdit {
|
LineEdit {
|
||||||
|
@ -451,7 +450,6 @@ Rectangle {
|
||||||
fontSize: mainLayout.lineEditFontSize
|
fontSize: mainLayout.lineEditFontSize
|
||||||
placeholderText: qsTr("Signature") + translationManager.emptyString;
|
placeholderText: qsTr("Signature") + translationManager.emptyString;
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.alignment: Qt.AlignLeft
|
|
||||||
|
|
||||||
IconButton {
|
IconButton {
|
||||||
imageSource: "../images/copyToClipboard.png"
|
imageSource: "../images/copyToClipboard.png"
|
||||||
|
|
Loading…
Reference in a new issue