1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-01 08:11:54 +01:00

sign: fix label layout consistency

This commit is contained in:
mmbyday 2018-11-30 04:01:23 +02:00
parent 45781ab4a1
commit 7a9c6f4de4

View File

@ -297,15 +297,10 @@ Rectangle {
ColumnLayout {
id: verifySignatureRow
anchors.topMargin: 17 * scaleRatio
Label {
id: verifySignatureLabel
text: qsTr("Signature") + translationManager.emptyString
}
LineEdit {
id: verifySignatureLine
labelText: qsTr("Signature") + translationManager.emptyString;
placeholderText: qsTr("Signature") + translationManager.emptyString;
Layout.fillWidth: true
copyButton: true