mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 04:21:44 +00:00
chore: adapt to StatusBaseInput changes
This commit is contained in:
parent
c2818536ad
commit
e74de32296
@ -1 +1 @@
|
|||||||
Subproject commit 1362a9444803970d51a4a426d91c9bac8f07a60c
|
Subproject commit 93f9214aaddb8f04be093ecd882e81d848d95b2f
|
@ -87,7 +87,7 @@ ModalPopup {
|
|||||||
label: qsTr("URL")
|
label: qsTr("URL")
|
||||||
input.text: ogUrl
|
input.text: ogUrl
|
||||||
input.placeholderText: qsTr("Paste URL")
|
input.placeholderText: qsTr("Paste URL")
|
||||||
input.component: StatusButton {
|
input.rightComponent: StatusButton {
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
border.width: 1
|
border.width: 1
|
||||||
border.color: Theme.palette.primaryColor1
|
border.color: Theme.palette.primaryColor1
|
||||||
|
@ -49,7 +49,7 @@ StatusModal {
|
|||||||
input.edit.onActiveFocusChanged: {
|
input.edit.onActiveFocusChanged: {
|
||||||
pKeyInput.input.text = pKeyInput.input.edit.focus ? popup.privateKey : elidedPkey
|
pKeyInput.input.text = pKeyInput.input.edit.focus ? popup.privateKey : elidedPkey
|
||||||
}
|
}
|
||||||
input.component: StatusButton {
|
input.rightComponent: StatusButton {
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
border.width: 1
|
border.width: 1
|
||||||
border.color: Theme.palette.primaryColor1
|
border.color: Theme.palette.primaryColor1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user