fix(TransferOwnershipPopup): copy button right margin

Closes #7412
This commit is contained in:
Alexandra Betouni 2022-09-20 15:05:10 +03:00 committed by Alexandra Betouni
parent 680dd39c76
commit b94beff89f
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import StatusQ.Core.Utils 0.1
import StatusQ.Controls 0.1
import StatusQ.Popups 0.1
import utils 1.0
import shared.controls 1.0
import shared 1.0
@ -42,6 +43,8 @@ StatusModal {
pKeyInput.input.text = pKeyInput.input.edit.focus ? root.privateKey : elidedPkey
}
input.rightComponent: StatusButton {
anchors.right: parent.right
anchors.rightMargin: Style.current.halfPadding
anchors.verticalCenter: parent.verticalCenter
borderColor: Theme.palette.primaryColor1
size: StatusBaseButton.Size.Tiny