chore: adapt to StatusBaseInput changes

This commit is contained in:
Patryk Osmaczko 2022-03-21 15:05:09 +01:00 committed by osmaczko
parent c2818536ad
commit e74de32296
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 1362a9444803970d51a4a426d91c9bac8f07a60c
Subproject commit 93f9214aaddb8f04be093ecd882e81d848d95b2f

View File

@ -87,7 +87,7 @@ ModalPopup {
label: qsTr("URL")
input.text: ogUrl
input.placeholderText: qsTr("Paste URL")
input.component: StatusButton {
input.rightComponent: StatusButton {
anchors.verticalCenter: parent.verticalCenter
border.width: 1
border.color: Theme.palette.primaryColor1

View File

@ -49,7 +49,7 @@ StatusModal {
input.edit.onActiveFocusChanged: {
pKeyInput.input.text = pKeyInput.input.edit.focus ? popup.privateKey : elidedPkey
}
input.component: StatusButton {
input.rightComponent: StatusButton {
anchors.verticalCenter: parent.verticalCenter
border.width: 1
border.color: Theme.palette.primaryColor1