forked from Public/monero-gui
sign: fix label layout consistency
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user