TokenSelectorNew renamed to TokenSelector
This commit is contained in:
parent
9f40251588
commit
25164cc45a
|
@ -319,7 +319,7 @@ Pane {
|
|||
ColumnLayout {
|
||||
anchors.fill: parent
|
||||
|
||||
TokenSelectorNew {
|
||||
TokenSelector {
|
||||
collectiblesModel: adaptor.model
|
||||
}
|
||||
|
||||
|
|
|
@ -171,7 +171,7 @@ Pane {
|
|||
color: Theme.palette.baseColor3
|
||||
}
|
||||
|
||||
TokenSelectorNew {
|
||||
TokenSelector {
|
||||
id: panel
|
||||
|
||||
anchors.centerIn: parent
|
|
@ -23,6 +23,6 @@ StatusNetworkListItemTag 1.0 StatusNetworkListItemTag.qml
|
|||
StatusTxProgressBar 1.0 StatusTxProgressBar.qml
|
||||
SwapExchangeButton 1.0 SwapExchangeButton.qml
|
||||
SwapProvidersTermsAndConditionsText 1.0 SwapProvidersTermsAndConditionsText.qml
|
||||
TokenSelector 1.0 TokenSelector.qml
|
||||
TokenSelectorButton 1.0 TokenSelectorButton.qml
|
||||
TokenSelectorCompactButton 1.0 TokenSelectorCompactButton.qml
|
||||
TokenSelectorNew 1.0 TokenSelectorNew.qml
|
||||
|
|
|
@ -372,7 +372,7 @@ StatusDialog {
|
|||
text: d.isBridgeTx ? qsTr("Bridge") : qsTr("Send")
|
||||
}
|
||||
|
||||
TokenSelectorNew {
|
||||
TokenSelector {
|
||||
id: holdingSelector
|
||||
objectName: "holdingSelector"
|
||||
|
||||
|
|
Loading…
Reference in New Issue