mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-20 22:43:46 +02:00
Merge pull request #845
3d0a571
Fix verifySignatureLine positioning (MaxXor)
This commit is contained in:
commit
6d09555cd4
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user