mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 20:20:02 +00:00
Merge pull request #1766
7a9c6f4
sign: fix label layout consistency (mmbyday)
This commit is contained in:
commit
41326d0a8d
1 changed files with 1 additions and 6 deletions
|
@ -297,15 +297,10 @@ Rectangle {
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
id: verifySignatureRow
|
id: verifySignatureRow
|
||||||
anchors.topMargin: 17 * scaleRatio
|
|
||||||
|
|
||||||
Label {
|
|
||||||
id: verifySignatureLabel
|
|
||||||
text: qsTr("Signature") + translationManager.emptyString
|
|
||||||
}
|
|
||||||
|
|
||||||
LineEdit {
|
LineEdit {
|
||||||
id: verifySignatureLine
|
id: verifySignatureLine
|
||||||
|
labelText: qsTr("Signature") + translationManager.emptyString;
|
||||||
placeholderText: qsTr("Signature") + translationManager.emptyString;
|
placeholderText: qsTr("Signature") + translationManager.emptyString;
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
copyButton: true
|
copyButton: true
|
||||||
|
|
Loading…
Reference in a new issue