mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 01:47:26 -04:00
Fix verifySignatureLine positioning
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user